Urban Dictionary Quick Search
Quickly search for a term on UrbanDictionary.com.
Cos'è Urban Dictionary Quick Search?
Urban Dictionary Quick Search è un'estensione di Chrome sviluppata da Aleks Beer, e la sua funzione principale è "Quickly search for a term on UrbanDictionary.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Urban Dictionary Quick Search
Scarica i file di estensione Urban Dictionary Quick Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple extension which will quickly search Urban Dictionary for the text you have selected.
Informazioni di Base sull'Estensione
Nome | |
ID | opojjbnfbbaeeihooihdhfjhiebmhlom |
URL Ufficiale | https://chrome.google.com/webstore/detail/urban-dictionary-quick-se/opojjbnfbbaeeihooihdhfjhiebmhlom |
Descrizione | Quickly search for a term on UrbanDictionary.com. |
Dimensione del File | 43.69 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-06-17 |
Data di Pubblicazione | 2014-06-17 |
Sviluppatore | Aleks Beer |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/" ] } |