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.
Co to jest Urban Dictionary Instant Word Lookup?
Urban Dictionary Instant Word Lookup to rozszerzenie Chrome opracowane przez Alireza Ghasemi, a jego główną funkcją jest „Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Urban Dictionary Instant Word Lookup
Pobierz pliki rozszerzeń Urban Dictionary Instant Word Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Urban Dictionary Instant Word Lookup |
ID | iphhinkkgcndibcnabdcfcianhebblmb |
Oficjalny URL | https://chromewebstore.google.com/detail/urban-dictionary-instant/iphhinkkgcndibcnabdcfcianhebblmb |
Opis | Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened. |
Rozmiar pliku | 160 KB |
Liczba instalacji | 825 |
Aktualna Wersja | 0.0.9 |
Ostatnia Aktualizacja | 2015-02-09 |
Data Publikacji | 2015-02-09 |
Ocena | 3.70/5 Łącznie 10 Oceny |
Deweloper | Alireza Ghasemi |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |