Alexa Search
To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Alexa Search क्या है?
Alexa Search https://timothytocci.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Alexa Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | 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 } |