Word Definer
Get the definitions of all big or complex words from every webpage
Co to jest Word Definer?
Word Definer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Get the definitions of all big or complex words from every webpage”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Word Definer
Pobierz pliki rozszerzeń Word Definer 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
Word definer is the perfect extension for all of your vocabulary needs. Every webpage visited will have a compiled list of words in the toolbar that have been pulled directly from the page. Figure out words you do not know by retrieving their definitions instantly at the click of a button.
Podstawowe informacje o rozszerzeniu
Nazwa | Word Definer |
ID | pebaoppkhmdljgfcepaocgdifalikhhh |
Oficjalny URL | https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh |
Opis | Get the definitions of all big or complex words from every webpage |
Rozmiar pliku | 21.79 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2021-11-02 |
Data Publikacji | 2021-11-02 |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Definer", "description": "Get the definitions of all big or complex words from every webpage", "version": "0.0.1", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/dictionary16x16.png", "48": "images\/dictionary48x48.png", "128": "images\/dictionary128x128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ] } |