不背单词查词
使用不背单词查词以及添加生字本功能,支持Chorme的选中划词翻译,有问题请找@Anota_ju反馈
What is 不背单词查词?
不背单词查词 is a Chrome extension developed by https://langeasy.com.cn, and its main feature is "使用不背单词查词以及添加生字本功能,支持Chorme的选中划词翻译,有问题请找@Anota_ju反馈".
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
使用不背单词查词以及添加生字本功能,支持Chorme的选中划词翻译,有问题请找@Anota_ju反馈 1.1.4版本,修复查词框层级问题。
Extension Basic Information
Name | 不背单词查词 |
ID | cklfipcjofdnmdolnfngpmokdaejidim |
Official URL | https://chromewebstore.google.com/detail/%E4%B8%8D%E8%83%8C%E5%8D%95%E8%AF%8D%E6%9F%A5%E8%AF%8D/cklfipcjofdnmdolnfngpmokdaejidim |
Description | 使用不背单词查词以及添加生字本功能,支持Chorme的选中划词翻译,有问题请找@Anota_ju反馈 |
File Size | 39.2 KB |
Installation Count | 2,725 |
Current Version | 1.1.5 |
Last Updated | 2022-11-25 |
Publish Date | 2020-05-06 |
Rating | 4.18/5 Total 38 Ratings |
Developer | https://langeasy.com.cn |
[email protected] | |
Payment Type | free |
Extension Website | http://langeasy.com.cn |
Help Page URL | http://langeasy.com.cn |
Privacy Policy Page URL | https://learnywhere.cn/lexis/privacy |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e0d\u80cc\u5355\u8bcd\u67e5\u8bcd", "version": "1.1.5", "manifest_version": 2, "background": { "scripts": [ "options.js", "lookup.js" ] }, "description": "\u4f7f\u7528\u4e0d\u80cc\u5355\u8bcd\u67e5\u8bcd\u4ee5\u53ca\u6dfb\u52a0\u751f\u5b57\u672c\u529f\u80fd\uff0c\u652f\u6301Chorme\u7684\u9009\u4e2d\u5212\u8bcd\u7ffb\u8bd1\uff0c\u6709\u95ee\u9898\u8bf7\u627e@Anota_ju\u53cd\u9988", "icons": { "128": "icon_128.png", "48": "icon_48.png", "19": "icon_19.png" }, "content_scripts": [ { "all_frames": true, "js": [ "lookup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "browser_action": { "default_icon": "icon_48.png", "default_title": "\u4e0d\u80cc\u5355\u8bcd\u67e5\u8bcd", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "lookup.html", "lookup.js", "bg.js", "http:\/\/*\/*" ] } |