We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
比如mdict mdd/mdx 格式。 我是 mdict-js (https://github.com/fengdh/mdict-js/) 的作者,希望能有机会合作加入对本地字典的支持。
现在只能做到从本地选择字典文件,但不太清楚如何从Chrome插件或应用中从配置好的字典路径自动装载。
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
可能出于安全原因不能自动装载?可以在第一次选择的时候通过某种途径保存在 app 里。
Sorry, something went wrong.
我知道Chrome App可以有本地文件权限,但是插件API并不支持。当然每次chrome启动时可以指定装载字典文件,可是有没有办法让指定的File Object能被在下一次chrome启动时识别,否则对用户太不友好?
如果把字典拷贝到plugin里,也许可行。但是有的字典文件很大比较浪费空间。另外我写的mdict-js以文件为对象,只读取字典相应部分来减少内存使用和初次调用时间,并保持足够快的查询速度。不知道以 chrome://{plugin_id}/{path}的形式可不可以使用partial access?
App 对本地文件对权限具体是什么样的?有相关文档么?如果有必要,做成 app 的形式也可以。虽然我自己更倾向插件形式。
No branches or pull requests
比如mdict mdd/mdx 格式。
我是 mdict-js (https://github.com/fengdh/mdict-js/) 的作者,希望能有机会合作加入对本地字典的支持。
现在只能做到从本地选择字典文件,但不太清楚如何从Chrome插件或应用中从配置好的字典路径自动装载。
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: