Urban Dictionary Now
Allows a user to easily search Urban Dictionary with one click.
Urban Dictionary Nowとは何ですか?
Urban Dictionary NowはMatt Levineによって開発されたChromeの拡張機能で、その主な機能は「Allows a user to easily search Urban Dictionary with one click.」です。
拡張機能のスクリーンショット
Urban Dictionary Now拡張機能のCRXファイルをダウンロード
Urban Dictionary Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension uses the contextMenus API to make searching Urban Dictionary as easy as one click. To use highlight a word or phrase you would like to search for and right click to open the chrome context menu. Select the "Search Urban Dictionary for 'foobar'" option in the menu. A new tab will open with the search results.
拡張機能の基本情報
名前 | Urban Dictionary Now |
ID | golbngjhpfdobdopaebpdofbmhghfkpm |
公式URL | https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm |
説明 | Allows a user to easily search Urban Dictionary with one click. |
ファイルサイズ | 102 KB |
インストール数 | 977 |
現在のバージョン | 0.2.2 |
最終更新日 | 2023-08-28 |
公開日 | 2015-01-26 |
評価 | 4.64/5 合計 11 レビュー |
開発者 | Matt Levine |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://github.mtlevine0.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Urban Dictionary Now", "version": "0.2.2", "description": "Allows a user to easily search Urban Dictionary with one click.", "icons": { "128": "icon128.png" }, "author": "Matt Levine", "offline_enabled": false, "minimum_chrome_version": "88", "permissions": [ "contextMenus" ], "background": { "service_worker": "bundle.js", "type": "module" }, "action": { "default_icon": { "128": "icon128.png" }, "default_title": "Urban Dictionary Now" } } |