Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
Hvad er Vocabulary?
Vocabulary er en Chrome-udvidelse udviklet af Joe, og dens hovedfunktion er "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".
Udvidelsesskærmbilleder
Download Vocabulary-udvidelses-CRX-fil
Download Vocabulary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Officiel URL | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Beskrivelse | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
Filstørrelse | 8.85 KB |
Antal Installationer | 298 |
Nuværende Version | 0.1 |
Senest Opdateret | 2018-12-31 |
Udgivelsesdato | 2018-12-31 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Joe |
Betalingsmetode | free |
Understøttede Sprog | 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" } |