mirror of
https://github.com/koreader/koreader
synced 2024-11-16 06:12:56 +00:00
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" },
|
||
|
}
|