Look It Up
Look up any selected word in Vocabulary.com
What is Look It Up?
Look It Up is a Chrome extension developed by ppasihtekill, and its main feature is "Look up any selected word in Vocabulary.com".
Extension Screenshots
Download Look It Up Extension CRX File
Download Look It Up 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
Just an extension to look up the selected word in Vocabulary.com.
Extension Basic Information
Name | Look It Up |
ID | cmompjaaafddbklhjknojkfjcndadlhc |
Official URL | https://chromewebstore.google.com/detail/look-it-up/cmompjaaafddbklhjknojkfjcndadlhc |
Description | Look up any selected word in Vocabulary.com |
File Size | 18.76 KB |
Installation Count | 93 |
Current Version | 0.1 |
Last Updated | 2013-06-06 |
Publish Date | 2013-06-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ppasihtekill |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Look It Up", "description": "Look up any selected word in Vocabulary.com", "version": "0.1", "permissions": [ "contextMenus" ], "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "background": { "scripts": [ "vocabulary.js" ] }, "manifest_version": 2 } |