Urban Dictionary Now
Allows a user to easily search Urban Dictionary with one click.
Was ist Urban Dictionary Now?
Urban Dictionary Now ist eine Chrome-Erweiterung, die von Matt Levine entwickelt wurde, und ihr Hauptmerkmal ist "Allows a user to easily search Urban Dictionary with one click.".
Erweiterungsscreenshots
Urban Dictionary Now-Erweiterungs-CRX-Datei herunterladen
Laden Sie Urban Dictionary Now-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | golbngjhpfdobdopaebpdofbmhghfkpm |
| Offizielle URL | https://chromewebstore.google.com/detail/urban-dictionary-now/golbngjhpfdobdopaebpdofbmhghfkpm |
| Beschreibung | Allows a user to easily search Urban Dictionary with one click. |
| Dateigröße | 102 KB |
| Installationsanzahl | 977 |
| Aktuelle Version | 0.2.2 |
| Letztes Update | 2023-08-28 |
| Veröffentlichungsdatum | 2015-01-26 |
| Bewertung | 4.64/5 Insgesamt 11 Bewertungen |
| Entwickler | Matt Levine |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://github.mtlevine0.com |
| Unterstützte Sprachen | 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"
}
} | |