Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Vad är Vocabulary?
Vocabulary är en Chrome-tillägg utvecklad av Joe, och dess huvudfunktion är "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".
Tilläggsskärmbilder
Ladda ner Vocabulary-förlängningens CRX-fil
Ladda ner Vocabulary-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
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
Grundläggande Information om Tillägg
Namn | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Officiell webbadress | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Beskrivning | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
Filstorlek | 8.85 KB |
Antal Installationer | 298 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2018-12-31 |
Publiceringsdatum | 2018-12-31 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Joe |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "vocabulary.js" ] }, "description": "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box", "icons": { "16": "vocab-medium.png" }, "manifest_version": 2, "name": "Vocabulary", "page_action": { "default_icon": { "16": "vocab-medium.png" } }, "permissions": [ "contextMenus", "tabs" ], "version": "0.1" } |