Urban Dictionary Quick Search
Quickly search for a term on UrbanDictionary.com.
What is Urban Dictionary Quick Search?
Urban Dictionary Quick Search is a Chrome extension developed by Aleks Beer, and its main feature is "Quickly search for a term on UrbanDictionary.com.".
Extension Screenshots
Download Urban Dictionary Quick Search Extension CRX File
Download Urban Dictionary Quick Search 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
A simple extension which will quickly search Urban Dictionary for the text you have selected.
Extension Basic Information
Name | |
ID | opojjbnfbbaeeihooihdhfjhiebmhlom |
Official URL | https://chrome.google.com/webstore/detail/urban-dictionary-quick-se/opojjbnfbbaeeihooihdhfjhiebmhlom |
Description | Quickly search for a term on UrbanDictionary.com. |
File Size | 43.69 KB |
Installation Count | 60 |
Current Version | 1.0.1 |
Last Updated | 2014-06-17 |
Publish Date | 2014-06-17 |
Developer | Aleks Beer |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Urban Dictionary Quick Search", "version": "1.0.1", "description": "Quickly search for a term on UrbanDictionary.com.", "icons": { "128": "img\/icon-128.png", "64": "img\/icon-64.png", "16": "img\/icon-16.png" }, "background": { "scripts": [ "jquery.min.js", "event.js" ], "persistent": false }, "browser_action": { "default_title": "Urban Dictionary Quick Search", "default_icon": "img\/icon-64.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |