mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
b385e443e6
Co-Authored-By: poire-z <poire-z@users.noreply.github.com>
16 lines
871 B
Lua
16 lines
871 B
Lua
return { --[[ supported android dictionary applications.
|
|
|
|
Most of them should support Intent.ACTION_SEND, Intent.ACTION_SEARCH or
|
|
Intent.ACTION_PROCESS_TEXT. Some applications implement their custom intents. ]]--
|
|
|
|
{ "Aard2", "Aard2", false, "itkach.aard2", "aard2" },
|
|
{ "Alpus", "Alpus", false, "com.ngcomputing.fora.android", "search" },
|
|
{ "ColorDict", "ColorDict", false, "com.socialnmobile.colordict", "colordict" },
|
|
{ "Fora", "Fora Dict", false, "com.ngc.fora", "search" },
|
|
{ "GoldenFree", "GoldenDict Free", false, "mobi.goldendict.android.free", "send" },
|
|
{ "GoldenPro", "GoldenDict Pro", false, "mobi.goldendict.android.pro", "send" },
|
|
{ "Kiwix", "Kiwix", false, "org.kiwix.kiwixmobile", "text" },
|
|
{ "Mdict", "Mdict", false, "cn.mdict", "send" },
|
|
{ "QuickDic", "QuickDic", false, "de.reimardoeffinger.quickdic", "quickdic" },
|
|
}
|