Urban Dictionary Now
Allows a user to easily search Urban Dictionary with one click.
Apa itu Urban Dictionary Now?
Urban Dictionary Now adalah ekstensi Chrome yang dikembangkan oleh Matt Levine, dan fitur utamanya adalah "Allows a user to easily search Urban Dictionary with one click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Urban Dictionary Now
Unduh file ekstensi Urban Dictionary Now dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Urban Dictionary Now |
ID | golbngjhpfdobdopaebpdofbmhghfkpm |
URL Resmi | https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm |
Deskripsi | Allows a user to easily search Urban Dictionary with one click. |
Ukuran File | 102 KB |
Jumlah Instalasi | 977 |
Versi Saat Ini | 0.2.2 |
Terakhir Diperbarui | 2023-08-28 |
Tanggal Publikasi | 2015-01-26 |
Penilaian | 4.64/5 Total 11 Penilaian |
Pengembang | Matt Levine |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.mtlevine0.com |
Bahasa yang Didukung | 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" } } |