遇见单词 MetWord
遇见单词是一个划词翻译扩展,标记你不认识的单词,在下次遇见时获得提醒。
What is 遇见单词 MetWord?
遇见单词 MetWord is a Chrome extension developed by Jian Li, and its main feature is "遇见单词是一个划词翻译扩展,标记你不认识的单词,在下次遇见时获得提醒。".
Extension Screenshots
Download 遇见单词 MetWord Extension CRX File
Download 遇见单词 MetWord 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://metword.co
Extension Basic Information
Name | 遇见单词 MetWord |
ID | oanedhppmefhpgbbchicmlhkjeadijfp |
Official URL | https://chromewebstore.google.com/detail/%E9%81%87%E8%A7%81%E5%8D%95%E8%AF%8D-metword/oanedhppmefhpgbbchicmlhkjeadijfp |
Description | 遇见单词是一个划词翻译扩展,标记你不认识的单词,在下次遇见时获得提醒。 |
File Size | 333 KB |
Installation Count | 1,355 |
Current Version | 2.2.1 |
Last Updated | 2024-01-22 |
Publish Date | 2021-08-31 |
Rating | 4.58/5 Total 12 Ratings |
Developer | Jian Li |
[email protected] | |
Payment Type | free |
Extension Website | https://metword.co |
Help Page URL | https://metword.co |
Privacy Policy Page URL | https://metword.co/privacy |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u9047\u89c1\u5355\u8bcd MetWord", "description": "\u9047\u89c1\u5355\u8bcd\u662f\u4e00\u4e2a\u5212\u8bcd\u7ffb\u8bd1\u6269\u5c55\uff0c\u6807\u8bb0\u4f60\u4e0d\u8ba4\u8bc6\u7684\u5355\u8bcd\uff0c\u5728\u4e0b\u6b21\u9047\u89c1\u65f6\u83b7\u5f97\u63d0\u9192\u3002", "version": "2.2.1", "manifest_version": 3, "homepage_url": "https:\/\/metword.co", "icons": { "512": ".\/icons\/icon.png" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "http:\/\/127.0.0.1\/*", "http:\/\/localhost\/*", "https:\/\/*.metword.co\/*", "https:\/\/*.metnews.co\/*" ], "background": { "service_worker": ".\/dist\/background_script.js", "type": "module" }, "action": { "default_title": "MetWord", "default_icon": { "512": ".\/icons\/icon.png" } }, "content_scripts": [ { "all_frames": false, "js": [ ".\/dist\/content_script.js" ], "css": [ ".\/dist\/content_script.css" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |