IMDB Search
Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!
IMDB Search là gì?
IMDB Search là một tiện ích mở rộng Chrome được phát triển bởi Rob W, và tính năng chính của nó là "Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IMDB Search |
ID | cbongpcdgehbfeajgkndgkbdkkfdmdik |
URL Chính Thức | https://chromewebstore.google.com/detail/imdb-search/cbongpcdgehbfeajgkndgkbdkkfdmdik |
Mô tả | Add 'imdb' keyword to omnibox for searching on IMDB, with immediate search suggestions! |
Kích Thước Tệp | 8.25 KB |
Số Lần Cài Đặt | 613 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2018-03-25 |
Ngày Phát Hành | 2018-03-25 |
Đánh Giá | 3.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Rob W |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://robwu.nl |
URL Trang Chính Sách Bảo Mật | https://robwu.nl/privacy/cws |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |