IMDB Search

Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!

IMDB Search क्या है?

IMDB Search Rob W द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!"।

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

screenshot

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

crx प्रारूप में IMDB Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Type "imdb " and you can directly search on the Internet Movie Database (IMDb). While typing, search results are immediately displayed. These search results are identical to the results of the search box at the IMDb homepage.

If you press Enter without choosing a suggestion, the full search result page is shown.

Only movies are suggested (no series or TV shows). If you want an option to also see series or TV shows, contact me and I'll add it.

---

This extension respects your privacy and only asks for the minimal permissions to operate correctly. All requests to imdb.com are anonymous (=without cookies) and search results are temporarily cached to avoid unnecessary network requests.

This extension is not affiliated with IMDb. IMDb is a trademark of IMDb.com, Inc.

---

Version history:
- 28 november 2015 - first release
- 25 march 2018 - Use HTTPS instead of HTTP to connect with IMDB.                    

एक्सटेंशन की मूल जानकारी

नाम IMDB Search IMDB Search
ID cbongpcdgehbfeajgkndgkbdkkfdmdik
आधिकारिक URL https://chromewebstore.google.com/detail/imdb-search/cbongpcdgehbfeajgkndgkbdkkfdmdik
विवरण Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!
फ़ाइल का आकार 8.25 KB
स्थापना संख्या 613
वर्तमान संस्करण 2
अंतिम अपडेट 2018-03-25
प्रकाशन तिथि 2018-03-25
रेटिंग 3.67/5 कुल 9 रेटिंग्स
डेवलपर Rob W
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://robwu.nl
गोपनीयता नीति पृष्ठ URL https://robwu.nl/privacy/cws
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDB Search",
    "description": "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!",
    "version": "2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "imdb"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "permissions": [
        "*:\/\/*.imdb.com\/*",
        "*:\/\/*.media-imdb.com\/*"
    ]
}