Vocabulary
Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box
What is Vocabulary?
Vocabulary is a Chrome extension developed by Joe, and its main feature is "Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box".
Extension Screenshots
Download Vocabulary Extension CRX File
Download Vocabulary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool allows you to highlight a word and look it up directly through vocabulary.com, without needing to explicitly copy pasting.
Extension Basic Information
Name | |
ID | lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Official URL | https://chrome.google.com/webstore/detail/vocabulary/lkkbfikfdjgeoncmlljmhpnecmpahlkc |
Description | Looks up a highlighted word in Vocabulary.com and shows its description in a pop up box |
File Size | 8.85 KB |
Installation Count | 298 |
Current Version | 0.1 |
Last Updated | 2018-12-31 |
Publish Date | 2018-12-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Joe |
Payment Type | free |
Supported Languages | 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" } |