Rotten Search

Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV

什么是Rotten Search?

Rotten Search是由Ekaterina开发的Chrome扩展程序,该扩展的主要功能是“Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV”。

扩展截图

screenshot

下载Rotten Search扩展crx文件

下载Rotten Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Right-click on any film and find the reviews with RottenTomatoes.
http://www.rottentomatoes.com/                    

扩展基本信息

名称 Rotten Search Rotten Search
ID mlhoekgbmiaefmhamlpeccjogpamfbbm
官方URL https://chromewebstore.google.com/detail/rotten-search/mlhoekgbmiaefmhamlpeccjogpamfbbm
简介 Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV
文件大小 29.04 KB
安装次数 212
当前版本 0.0.2
更新时间 2015-08-25
上架时间 2015-08-25
评分 5.00/5 共8次评分
开发者 Ekaterina
付费类型 free
扩展官网 http://xtwentyonex.ru
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rotten Search",
    "description": "Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV",
    "version": "0.0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "manifest_version": 2
}