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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        ]
    }
}