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.
ما هو Urban Dictionary Instant Word Lookup؟
Urban Dictionary Instant Word Lookup هو إضافة Chrome تم تطويرها بواسطة Alireza Ghasemi، والميزة الرئيسية لها هي "Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Urban Dictionary Instant Word Lookup
قم بتنزيل ملفات الامتداد Urban Dictionary Instant Word Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Urban Dictionary Instant Word Lookup |
ID | iphhinkkgcndibcnabdcfcianhebblmb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/urban-dictionary-instant/iphhinkkgcndibcnabdcfcianhebblmb |
الوصف | Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened. |
حجم الملف | 160 KB |
عدد التثبيتات | 825 |
النسخة الحالية | 0.0.9 |
آخر تحديث | 2015-02-09 |
تاريخ النشر | 2015-02-09 |
تقييم | 3.70/5 مجموع تقييمات 10 |
المطور | Alireza Ghasemi |
نوع الدفع | free |
اللغات المدعومة | 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" } } |