GitHub Search Tool

Instant access to the GitHub search bar

什麼是GitHub Search Tool?

GitHub Search Tool是由Paweł Urbanek開發的Chrome擴展程式,該擴展的主要功能是“Instant access to the GitHub search bar”。

擴展截圖

screenshot

下載GitHub Search Tool擴展crx文件

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

擴展使用說明

                        Extension provides access to the GitHub search bar.

Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER. 

Results will display in the current tab.

If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.                    

擴展基本資訊

名稱 GitHub Search Tool GitHub Search Tool
ID mppgeiejiiffmgmhllepmpjpaaffakpl
官方網址 https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl
簡介 Instant access to the GitHub search bar
檔案大小 23.06 KB
安裝次數 215
目前版本 0.2.2
更新時間 2013-12-02
上架時間 2013-12-02
評分 5.00/5 共 1 次評分
開發者 Paweł Urbanek
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/pawurb/GitHubSimpleSearch
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Search Tool",
    "description": "Instant access to the GitHub search bar",
    "version": "0.2.2",
    "browser_action": {
        "default_title": "GitHub Simple Search",
        "default_popup": "search_bar.html",
        "default_icon": "images\/popup-icon.png"
    },
    "icons": {
        "128": "images\/128-icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "manifest_version": 2
}