Hummingbird Context Search

Context search for Hummingbird

Hummingbird Context Searchคืออะไร?

Hummingbird Context Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tunderdomb และคุณลักษณะหลักของมันคือ "Context search for Hummingbird"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hummingbird Context Search

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        ]
    }
}