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.”。

扩展截图

screenshot

下载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 RottenTomatoes.com Context Menu
ID hlieiibhcfnbhpnckgkfnigfbekfdlng
官方URL 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"
    }
}