RottenTomatoes.com Context Menu
This extension adds a context menu which provides easy Rotten Tomatoes search access.
RottenTomatoes.com Context Menu là gì?
RottenTomatoes.com Context Menu là một tiện ích mở rộng Chrome được phát triển bởi Maik, và tính năng chính của nó là "This extension adds a context menu which provides easy Rotten Tomatoes search access.".
Ả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 RottenTomatoes.com Context Menu
Tải xuống các tệp mở rộng RottenTomatoes.com Context Menu 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
This extension adds a new item to the context menu of selected text. When clicked, it opens a new tab and searches for the selected string on rottentomatoes.com. This is not a official extension by Rotten Tomatoes. Flixster, Rotten Tomatoes, the Certified Fresh Logo are trademarks or registered trademarks of Flixster, Inc. in the United States and other countries.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RottenTomatoes.com Context Menu |
ID | hlieiibhcfnbhpnckgkfnigfbekfdlng |
URL Chính Thức | https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng |
Mô tả | This extension adds a context menu which provides easy Rotten Tomatoes search access. |
Kích Thước Tệp | 31.35 KB |
Số Lần Cài Đặt | 560 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2020-07-17 |
Ngày Phát Hành | 2018-05-12 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Maik |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RottenTomatoes.com Context Menu", "description": "This extension adds a context menu which provides easy Rotten Tomatoes search access.", "version": "0.4", "background": { "scripts": [ "handler.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "icons": { "16": "RTicon16.png", "48": "RTicon48.png", "128": "RTicon128.png" } } |