Hummingbird Context Search

Context search for Hummingbird

Hummingbird Context Search क्या है?

Hummingbird Context Search tunderdomb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Context search for Hummingbird"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hummingbird Context Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}