Mozilla Open Directory Project Search
To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com
ما هو Mozilla Open Directory Project Search؟
Mozilla Open Directory Project Search هو إضافة Chrome تم تطويرها بواسطة http://timothytocci.wordpress.com، والميزة الرئيسية لها هي "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mozilla Open Directory Project Search
قم بتنزيل ملفات الامتداد Mozilla Open Directory Project Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows you to search the Mozilla Open Directory Project (dmoz.org) from the omnibox. To use just type 'dmoz', a space, and your query term. It will open up a new tab with the search results of your query. To see the code for this addon go to http://timothytocci.com/
معلومات أساسية عن التمديد
الاسم | |
ID | gamablnnalcjjeicmoopcjaeeaflaimj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mozilla-open-directory-pr/gamablnnalcjjeicmoopcjaeeaflaimj |
الوصف | To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com |
حجم الملف | 15.77 KB |
عدد التثبيتات | 135 |
النسخة الحالية | 0.2 |
آخر تحديث | 2014-04-07 |
تاريخ النشر | 2014-04-07 |
تقييم | 3.75/5 مجموع تقييمات 4 |
المطور | http://timothytocci.wordpress.com |
نوع الدفع | free |
موقع الإضافة | http://timothytocci.com/ |
عنوان صفحة المساعدة | http://timothytocci.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mozilla Open Directory Project Search", "short_name": "dmoz Search", "description": "To use, type 'dmoz' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.2", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "dmoz" }, "icons": { "16": "dmoz_16.png", "32": "dmoz_32.png", "48": "dmoz_48.png", "128": "dmoz_128.png" }, "manifest_version": 2 } |