Voyager
This extension allows quick access to everything.
Voyager क्या है?
Voyager http://voyjor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows quick access to everything."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voyager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
[ Activate the Extension with "!" and then a space bar in the url bar ] You can start any query, (ie anything you type in the front url bar) will do a google search and take you to the first search result automatically. ex0: google maps → will take you to maps.google.com. ex2: mail → will take you to your inbox ex3: cnn → will take you to cnn’s front page. ex4: facebook → will take you to your facebook home page. [Youtube search] Activate Extension, and start ur queries with "!" ex: !nirvana → will do a search on youtube for nirvana. [YouTube instant] Activate Extension and start ur query with "!!" ex: !!foo fighters → plays a foo fighters song.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mbajmpcingepacodbnfbinppmfllnfkm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm |
विवरण | This extension allows quick access to everything. |
फ़ाइल का आकार | 703 KB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-11-24 |
प्रकाशन तिथि | 2013-11-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://voyjor.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voyager", "description": "This extension allows quick access to everything.", "version": "1.0", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "background": { "scripts": [ "runner.js" ] }, "omnibox": { "keyword": "!" }, "icons": { "32": "xcfm.png", "128": "xcfm.png" } } |