Omgili Search
To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
ما هو Omgili Search؟
Omgili Search هو إضافة Chrome تم تطويرها بواسطة https://timothytocci.wordpress.com، والميزة الرئيسية لها هي "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Omgili Search
قم بتنزيل ملفات الامتداد Omgili Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an Omnibox extension that enables you to search Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab.
To view the code for this extension and many more visit: http://timothytocci.com/ معلومات أساسية عن التمديد
| الاسم | |
| ID | jllbgnjiffjogdmoljjljeedafbndamm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm |
| الوصف | To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com |
| حجم الملف | 15.6 KB |
| عدد التثبيتات | 25 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2014-01-29 |
| تاريخ النشر | 2014-01-28 |
| المطور | https://timothytocci.wordpress.com |
| نوع الدفع | free |
| موقع الإضافة | http://timothytocci.com/ |
| عنوان صفحة المساعدة | http://timothytocci.com/ |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Omgili Search",
"short_name": "omg Search",
"description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com",
"version": "0.1",
"background": {
"scripts": [
"background.js"
]
},
"omnibox": {
"keyword": "omg"
},
"icons": {
"16": "omg_16.png",
"32": "omg_32.png",
"48": "omg_48.png",
"128": "omg_128.png"
},
"manifest_version": 2
} | |