Hummingbird Context Search

Context search for Hummingbird

什麼是Hummingbird Context Search?

Hummingbird Context Search是由tunderdomb開發的Chrome擴展程式,該擴展的主要功能是“Context search for Hummingbird”。

擴展截圖

screenshot
screenshot
screenshot

下載Hummingbird Context Search擴展crx文件

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

擴展使用說明

                        Context search for Hummingbird.me. 
Highlight some text on a page, right click and select the Hummingbird option. 
It will open Hummingbird.me on a new tab with the search results.
If the selected text matches an anime, the anime's profile will be opened. 

You can also sign in with your Hummingbird id at the extension's option page. 

After logging in, the context menu will be extended with some more options. 
They are pretty self explanatory, and map to the site's features. 
They are just shortcuts and uses your selection to work. 
If everything went well, you library is updated.
If you try to use it on some nonsense, a simple error message will show on the screen. 

Note: first published extension, might be buggy, so feedback is appreciated.                    

擴展基本資訊

名稱 Hummingbird Context Search Hummingbird Context Search
ID gokcmipaongdoppllebeopeedidebemk
官方網址 https://chromewebstore.google.com/detail/hummingbird-context-searc/gokcmipaongdoppllebeopeedidebemk
簡介 Context search for Hummingbird
檔案大小 26.01 KB
安裝次數 21
目前版本 1.3
更新時間 2014-04-12
上架時間 2014-04-12
評分 4.33/5 共 3 次評分
開發者 tunderdomb
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hummingbird Context Search",
    "description": "Context search for Hummingbird",
    "version": "1.3",
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/humm.js"
        ]
    }
}