RottenTomatoes.com Context Menu
This extension adds a context menu which provides easy Rotten Tomatoes search access.
什麼是RottenTomatoes.com Context Menu?
RottenTomatoes.com Context Menu是由Maik開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a context menu which provides easy Rotten Tomatoes search access.”。
擴展截圖
下載RottenTomatoes.com Context Menu擴展crx文件
下載RottenTomatoes.com Context Menu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | RottenTomatoes.com Context Menu |
ID | hlieiibhcfnbhpnckgkfnigfbekfdlng |
官方網址 | https://chromewebstore.google.com/detail/rottentomatoescom-context/hlieiibhcfnbhpnckgkfnigfbekfdlng |
簡介 | This extension adds a context menu which provides easy Rotten Tomatoes search access. |
檔案大小 | 31.35 KB |
安裝次數 | 560 |
目前版本 | 0.4 |
更新時間 | 2020-07-17 |
上架時間 | 2018-05-12 |
評分 | 4.38/5 共 8 次評分 |
開發者 | Maik |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |