IMDB Search

Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List

IMDB Search là gì?

IMDB Search là một tiện ích mở rộng Chrome được phát triển bởi ls6apps, và tính năng chính của nó là "Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IMDB Search

Tải xuống các tệp mở rộng IMDB Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Search IMDB by selecting text on any web page and either clicking the extension's icon or right clicking and searching from the menu.

Please note: clicking the icon is not always reliable, depending on the design of the web page containing the text.

To avoid opening lots of new tabs, if a tab is already open in IMDB, it will be used for the search. This can be changed by right clicking the icon and selecting the 'Create new tabs' option.

IMDB will be directed to the first entry in it's list that matches the selected text. If this is not the required entry, pressing the back arrow will return to the list.

The 'Go to....' menu option is available for going directly to a part of entry. Currently the only available options are to go to the Episode List or User Reviews page.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IMDB Search IMDB Search
ID hjlpgeeajiakhoffllbneffakgggockg
URL Chính Thức https://chromewebstore.google.com/detail/imdb-search/hjlpgeeajiakhoffllbneffakgggockg
Mô tả Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List
Kích Thước Tệp 25.62 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.0.1.0
Cập Nhật Lần Cuối 2018-02-17
Ngày Phát Hành 2018-02-17
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ls6apps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDB Search",
    "description": "Search IMDB, from any web page, for selected text. Go direct to the most likely entry. Optionally go to a section e.g. Episode List",
    "version": "0.0.1.0",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Search IMDB",
        "default_icon": "icon_128x128.png"
    },
    "icons": {
        "128": "icon_128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "*:\/\/www.imdb.com\/*"
    ]
}