DMOZ
Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.
ما هو DMOZ؟
DMOZ هو إضافة Chrome تم تطويرها بواسطة Tito، والميزة الرئيسية لها هي "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DMOZ
قم بتنزيل ملفات الامتداد DMOZ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Note: This extension does not track searches, nor visited pages, and does not modify content of websites. Verion 14.6.5.5 - Try to show at least 10 results. Version 14.5.19.4 by Tito - fix parser
معلومات أساسية عن التمديد
الاسم | |
ID | ohmpiokcbapdokaafenlahhelneekhea |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dmoz/ohmpiokcbapdokaafenlahhelneekhea |
الوصف | Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms. |
حجم الملف | 85.61 KB |
عدد التثبيتات | 136 |
النسخة الحالية | 14.6.5.5 |
آخر تحديث | 2014-06-05 |
تاريخ النشر | 2014-06-05 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | Tito |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.dmoz.org/about.html |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DMOZ", "version": "14.6.5.5", "description": "Displays a DMOZ search for the current site on a floating popup, and also allows to enter different search terms.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "DMOZ", "default_icon": "icon18.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/www.dmoz.org\/", "http:\/\/www.dmoz.org\/", "contextMenus" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; content-src https:\/\/www.dmoz.org" } |