Chaufr
Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.
Chaufr क्या है?
Chaufr Sinchan Banerjee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chaufr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chaufr 2.0: Rebuilt from the ground up using the latest in web technology. Chaufr can handle everything: - Say "Bruce Wayne" and Chaufr will take you to the Wikipedia Batman Article. - Say "The Dark Knight reviews" and Chaufr will pull up Rotten Tomatoes. - Say "Amazon headphones" and Chaufr will search Amazon. - Say "Google batman" and Chaufr will search Google. - Say "______" and Chaufr will open it. Start Chaufr: - Press ALT+SHIFT+S. - Or click the Chaufr Circle button on the top right corner. Use Chaufr: - Start speaking and describe where you want to go. - Or type where you want to go and press enter. You need a microphone and an internet connection to use this extension. Email any bug reports or feature suggestions to [email protected] http://about.me/chaufr
एक्सटेंशन की मूल जानकारी
नाम | |
ID | glamaiibdeepedcgjdkhdbnmacpfkgje |
आधिकारिक URL | https://chrome.google.com/webstore/detail/chaufr/glamaiibdeepedcgjdkhdbnmacpfkgje |
विवरण | Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs. |
फ़ाइल का आकार | 81.75 KB |
स्थापना संख्या | 160 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2017-03-24 |
प्रकाशन तिथि | 2017-03-24 |
रेटिंग | 4.58/5 कुल 98 रेटिंग्स |
डेवलपर | Sinchan Banerjee |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://about.me/chaufr |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chaufr", "version": "2.0.3", "description": "Chaufr is the web's launcher. It lets you navigate the web by words rather than URLs.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "25", "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "persistent": true, "scripts": [ "background.js" ] }, "commands": { "chaufr": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Open Chaufr Search" } }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Chaufr - Click to Search" }, "manifest_version": 2 } |