Cambridge Learner's Dictionary
Cambridge Learner's Dictionary
Wat is Cambridge Learner's Dictionary?
Cambridge Learner's Dictionary is een Chrome-extensie ontwikkeld door Michael Tsai, en de belangrijkste functie is "Cambridge Learner's Dictionary".
Extensie Screenshots
Download het CRX-bestand van de extensie Cambridge Learner's Dictionary
Download Cambridge Learner's Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Help you search vocabulary with Cambridge Learner's Dictionary
Basisinformatie over de Extensie
Naam | |
ID | idpaecfcldiocoajohmnninkbiicdgnm |
Officiële URL | https://chrome.google.com/webstore/detail/cambridge-learners-dictio/idpaecfcldiocoajohmnninkbiicdgnm |
Beschrijving | Cambridge Learner's Dictionary |
Bestandsgrootte | 24.38 KB |
Aantal Installaties | 500 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-04-13 |
Publicatiedatum | 2019-04-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Michael Tsai |
Betalingswijze | free |
Extensiewebsite | https://github.com/Mingx94/dictionary-extension/ |
Ondersteunde Talen | 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 } } |