Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
ما هو Alexa Search؟
Alexa Search هو إضافة Chrome تم تطويرها بواسطة https://timothytocci.wordpress.com، والميزة الرئيسية لها هي "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alexa Search
قم بتنزيل ملفات الامتداد Alexa Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an Omnibox extension that enables you to search Alexa from the browser. To use, type 'alx' & space, and a query term into the Omnibox. To view the code for this extension and many more visit http://timothytocci.com/
معلومات أساسية عن التمديد
الاسم | Alexa Search |
ID | gaciolbdinpdmjhpmjpfimgonadhppnd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd |
الوصف | To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com |
حجم الملف | 16.31 KB |
عدد التثبيتات | 148 |
النسخة الحالية | 0.1 |
آخر تحديث | 2014-01-28 |
تاريخ النشر | 2014-01-27 |
المطور | 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": "Alexa Search", "short_name": "alx Search", "description": "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "alx" }, "icons": { "16": "alx_16.png", "32": "alx_32.png", "48": "alx_48.png", "128": "alx_128.png" }, "manifest_version": 2 } |