Urban Dictionary Quick Search
Quickly search for a term on UrbanDictionary.com.
ما هو Urban Dictionary Quick Search؟
Urban Dictionary Quick Search هو إضافة Chrome تم تطويرها بواسطة Aleks Beer، والميزة الرئيسية لها هي "Quickly search for a term on UrbanDictionary.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Urban Dictionary Quick Search
قم بتنزيل ملفات الامتداد Urban Dictionary Quick Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension which will quickly search Urban Dictionary for the text you have selected.
معلومات أساسية عن التمديد
الاسم | |
ID | opojjbnfbbaeeihooihdhfjhiebmhlom |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/urban-dictionary-quick-se/opojjbnfbbaeeihooihdhfjhiebmhlom |
الوصف | Quickly search for a term on UrbanDictionary.com. |
حجم الملف | 43.69 KB |
عدد التثبيتات | 60 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-06-17 |
تاريخ النشر | 2014-06-17 |
المطور | Aleks Beer |
نوع الدفع | free |
اللغات المدعومة | 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:\/\/*\/" ] } |