WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
Wat is WordComplex (English Dictionary)?
WordComplex (English Dictionary) is een Chrome-extensie ontwikkeld door Rajdeep Chauhan, en de belangrijkste functie is "Add extra meaning to your web browsing. Look up for definitions while you are on web.".
Extensie Screenshots
Download het CRX-bestand van de extensie WordComplex (English Dictionary)
Download WordComplex (English 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
Double click on any word to look up its definition while you are browsing. Look up for definitions in WordComplex browser action and open desktop dictionary by clicking wordcomplex icon. You can go forward and backward in your currently searched words. Save the words to look up in future.
Basisinformatie over de Extensie
Naam | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
Officiële URL | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
Beschrijving | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
Bestandsgrootte | 73.07 KB |
Aantal Installaties | 234 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-05-19 |
Publicatiedatum | 2019-05-19 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Rajdeep Chauhan |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordComplex (English Dictionary)", "description": "Add extra meaning to your web browsing. Look up for definitions while you are on web.", "version": "2.1", "short_name": "WC", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "WordComplex" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "tip.css" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "speaker.jpg" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tts", "storage" ] } |