Groups Search
To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
ما هو Groups Search؟
Groups Search هو إضافة Chrome تم تطويرها بواسطة https://timothytocci.wordpress.com، والميزة الرئيسية لها هي "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Groups Search
قم بتنزيل ملفات الامتداد Groups Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search Google Groups from the Omnibox. To use, type 'ggs' & space, and a query term into the Omnibox.
To view the code for this addon and many others go to http://timothytocci.com/ معلومات أساسية عن التمديد
| الاسم | |
| ID | donhcaknlpccdkjcibmnbagekdemifif |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif |
| الوصف | To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com |
| حجم الملف | 15.49 KB |
| عدد التثبيتات | 21 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2014-01-26 |
| تاريخ النشر | 2014-01-26 |
| المطور | 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": "Groups Search",
"short_name": "ggs Search",
"description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com",
"version": "0.1",
"background": {
"scripts": [
"background.js"
]
},
"omnibox": {
"keyword": "ggs"
},
"icons": {
"16": "ggs_16.png",
"32": "ggs_32.png",
"48": "ggs_48.png",
"128": "ggs_128.png"
},
"manifest_version": 2
} | |