Hitkey
Hit a key and Search.
Hitkey क्या है?
Hitkey Eiji Muroichi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hit a key and Search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hitkey एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Feb.17, 2013 Updated to version 2.0.0 - Sync your setting with Google account - Improved UI - Bug fix -------------------------------- Google Chrome extension for the fastest web surfing. Select any texts on a webpage then hit a configured key. New tab will open with the search results page by selected words. You can configure up to 10 keys for your favorite search engines. Default setting: g - Google m - Google map w - wikipedia a - amazon.com y - yelp.com *This extension doesn't work If website you accessed already implements keyboard interaction, or the page used frame or iframe. *It may not work if you already install extensions which uses keyboard event. -------------------------------- To customize the setting, go to Preference>Extension>Hitkey Option, then paste a URL includes "{query}". Configuration samples: - Gmail https://mail.google.com/mail/u/0/#search/{query} - Amazon.co.jp http://www.amazon.co.jp/s/field-keywords={query} - Twitter https://twitter.com/#!/search/{query} - Facebook http://www.facebook.com/search.php?q={query} - ALC Web (English - Japanese dictionary) http://eow.alc.co.jp/{query}/UTF-8/?ref=sa - Google translate http://translate.google.com/?text={query}
एक्सटेंशन की मूल जानकारी
नाम | Hitkey |
ID | iojnhefcmdplbcjelkbnfhgbdpdmjjln |
आधिकारिक URL | https://chromewebstore.google.com/detail/hitkey/iojnhefcmdplbcjelkbnfhgbdpdmjjln |
विवरण | Hit a key and Search. |
फ़ाइल का आकार | 48.04 KB |
स्थापना संख्या | 118 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2013-02-20 |
प्रकाशन तिथि | 2013-02-19 |
रेटिंग | 4.90/5 कुल 10 रेटिंग्स |
डेवलपर | Eiji Muroichi |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hitkey", "manifest_version": 2, "version": "2.0.1", "description": "Hit a key and Search.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |