扇贝查词
使用扇贝网 API 查词,并可添加单词到个人词库
What is 扇贝查词?
扇贝查词 is a Chrome extension developed by Zhao Gang, and its main feature is "使用扇贝网 API 查词,并可添加单词到个人词库".
Extension Screenshots
Download 扇贝查词 Extension CRX File
Download 扇贝查词 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
界面简洁,可以自定义设置中英文释义,自动发音功能,支持词组发音。 反馈: 到 https://github.com/gamerh2o/shanbay-chromium-extension 提交 issue,或者给 gamerh2o at gmail.com 发邮件。
Extension Basic Information
Name | 扇贝查词 |
ID | occofkaolkiibmfpenkhkgbdpmhigbhp |
Official URL | https://chromewebstore.google.com/detail/%E6%89%87%E8%B4%9D%E6%9F%A5%E8%AF%8D/occofkaolkiibmfpenkhkgbdpmhigbhp |
Description | 使用扇贝网 API 查词,并可添加单词到个人词库 |
File Size | 29.15 KB |
Installation Count | 253 |
Current Version | 0.6.11 |
Last Updated | 2013-12-16 |
Publish Date | 2013-12-16 |
Rating | 4.20/5 Total 10 Ratings |
Developer | Zhao Gang |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/gamerh2o/shanbay-chromium-extension |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6247\u8d1d\u67e5\u8bcd", "version": "0.6.11", "manifest_version": 2, "description": "\u4f7f\u7528\u6247\u8d1d\u7f51 API \u67e5\u8bcd\uff0c\u5e76\u53ef\u6dfb\u52a0\u5355\u8bcd\u5230\u4e2a\u4eba\u8bcd\u5e93", "options_page": "options.html", "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon48.png", "default_popup": "popup.html", "default_title": "\u6247\u8d1d\u67e5\u8bcd" }, "permissions": [ "http:\/\/*.shanbay.com\/*" ] } |