Urban Dictionary Quick Search
Quickly search for a term on UrbanDictionary.com.
Urban Dictionary Quick Searchとは何ですか?
Urban Dictionary Quick SearchはAleks Beerによって開発されたChromeの拡張機能で、その主な機能は「Quickly search for a term on UrbanDictionary.com.」です。
拡張機能のスクリーンショット
Urban Dictionary Quick Search拡張機能のCRXファイルをダウンロード
Urban Dictionary Quick Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension which will quickly search Urban Dictionary for the text you have selected. 拡張機能の基本情報
| 名前 | |
| ID | opojjbnfbbaeeihooihdhfjhiebmhlom |
| 公式URL | https://chrome.google.com/webstore/detail/urban-dictionary-quick-se/opojjbnfbbaeeihooihdhfjhiebmhlom |
| 説明 | Quickly search for a term on UrbanDictionary.com. |
| ファイルサイズ | 43.69 KB |
| インストール数 | 60 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2014-06-17 |
| 公開日 | 2014-06-17 |
| 開発者 | Aleks Beer |
| 支払い方法 | free |
| 対応言語 | 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:\/\/*\/"
]
} | |