Cambridge Learner's Dictionary
Cambridge Learner's Dictionary
What is Cambridge Learner's Dictionary?
Cambridge Learner's Dictionary is a Chrome extension developed by Michael Tsai, and its main feature is "Cambridge Learner's Dictionary".
Extension Screenshots
Download Cambridge Learner's Dictionary Extension CRX File
Download Cambridge Learner's Dictionary 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
Help you search vocabulary with Cambridge Learner's Dictionary
Extension Basic Information
Name | |
ID | idpaecfcldiocoajohmnninkbiicdgnm |
Official URL | https://chrome.google.com/webstore/detail/cambridge-learners-dictio/idpaecfcldiocoajohmnninkbiicdgnm |
Description | Cambridge Learner's Dictionary |
File Size | 24.38 KB |
Installation Count | 500 |
Current Version | 0.2 |
Last Updated | 2019-04-13 |
Publish Date | 2019-04-13 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Michael Tsai |
Payment Type | free |
Extension Website | https://github.com/Mingx94/dictionary-extension/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cambridge Learner's Dictionary", "description": "Cambridge Learner's Dictionary", "version": "0.2", "icons": { "16": "icons\/icon16.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "ext.js" ], "persistent": false } } |