Hitkey

Hit a key and Search.

什麼是Hitkey?

Hitkey是由Eiji Muroichi開發的Chrome擴展程式,該擴展的主要功能是“Hit a key and Search.”。

擴展截圖

screenshot
screenshot
screenshot

下載Hitkey擴展crx文件

下載Hitkey擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Hitkey
ID iojnhefcmdplbcjelkbnfhgbdpdmjjln
官方網址 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": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "homepage_url": "http:\/\/goo.gl\/KoliQ",
    "options_page": "options.html",
    "permissions": [
        "",
        "storage"
    ]
}