Urban Dictionary Instant Word Lookup
Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.
Wat is Urban Dictionary Instant Word Lookup?
Urban Dictionary Instant Word Lookup is een Chrome-extensie ontwikkeld door Alireza Ghasemi, en de belangrijkste functie is "Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.".
Extensie Screenshots
Download het CRX-bestand van de extensie Urban Dictionary Instant Word Lookup
Download Urban Dictionary Instant Word Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Urban Dictionary Instant Word Lookup |
ID | iphhinkkgcndibcnabdcfcianhebblmb |
Officiële URL | https://chromewebstore.google.com/detail/urban-dictionary-instant/iphhinkkgcndibcnabdcfcianhebblmb |
Beschrijving | Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened. |
Bestandsgrootte | 160 KB |
Aantal Installaties | 825 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2015-02-09 |
Publicatiedatum | 2015-02-09 |
Beoordeling | 3.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Alireza Ghasemi |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Urban Dictionary Instant Word Lookup", "description": "Lookup the selected word\/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.", "version": "0.0.9", "permissions": [ "contextMenus", "activeTab" ], "background": { "persistent": false, "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.webui-popover.js", "js\/jquery.mobile-1.4.5.min.js", "js\/jquery.qtip-1.0.0-rc3.min.js", "js\/background.js", "js\/gcookie.js" ] }, "manifest_version": 2, "short_name": "UrbanDictionary Lookup", "icons": { "16": "img\/lookup128.png", "128": "img\/lookup128.png" }, "browser_action": { "default_icon": "img\/lookup128.png", "default_title": "Lookup in Urban Dictionary", "default_popup": "popup.html" } } |