WordComplex (English Dictionary)
Add extra meaning to your web browsing. Look up for definitions while you are on web.
Co to jest WordComplex (English Dictionary)?
WordComplex (English Dictionary) to rozszerzenie Chrome opracowane przez Rajdeep Chauhan, a jego główną funkcją jest „Add extra meaning to your web browsing. Look up for definitions while you are on web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WordComplex (English Dictionary)
Pobierz pliki rozszerzeń WordComplex (English Dictionary) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | abiafidebmalgeploojmmpaplaglhhaf |
Oficjalny URL | https://chrome.google.com/webstore/detail/wordcomplex-english-dicti/abiafidebmalgeploojmmpaplaglhhaf |
Opis | Add extra meaning to your web browsing. Look up for definitions while you are on web. |
Rozmiar pliku | 73.07 KB |
Liczba instalacji | 234 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2019-05-19 |
Data Publikacji | 2019-05-19 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | Rajdeep Chauhan |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |