Word Definer
Get the definitions of all big or complex words from every webpage
Vad är Word Definer?
Word Definer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Get the definitions of all big or complex words from every webpage".
Tilläggsskärmbilder
Ladda ner Word Definer-förlängningens CRX-fil
Ladda ner Word Definer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Word Definer |
ID | pebaoppkhmdljgfcepaocgdifalikhhh |
Officiell webbadress | https://chromewebstore.google.com/detail/word-definer/pebaoppkhmdljgfcepaocgdifalikhhh |
Beskrivning | Get the definitions of all big or complex words from every webpage |
Filstorlek | 21.79 KB |
Antal Installationer | 54 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2021-11-02 |
Publiceringsdatum | 2021-11-02 |
Utvecklare | Unknown |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*", "*:\/\/*\/*" ] } |