IMDb Plot Keywords Sorter

Sorts the keywords in IMDb Plot Keywords page.

什么是IMDb Plot Keywords Sorter?

IMDb Plot Keywords Sorter是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Sorts the keywords in IMDb Plot Keywords page.”。

扩展截图

screenshot

下载IMDb Plot Keywords Sorter扩展crx文件

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

扩展使用说明

                        Torna mais amigável a lista das "plot keywords" no IMDb.                    

扩展基本信息

名称 IMDb Plot Keywords Sorter IMDb Plot Keywords Sorter
ID oljgehhfljifmmnoliioipkneljhmico
官方URL https://chromewebstore.google.com/detail/imdb-plot-keywords-sorter/oljgehhfljifmmnoliioipkneljhmico
简介 Sorts the keywords in IMDb Plot Keywords page.
文件大小 12.57 KB
安装次数 20
当前版本 1.2
更新时间 2015-02-08
上架时间 2015-02-08
评分 5.00/5 共1次评分
开发者 [email protected]
付费类型 free
支持的语言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMDb Plot Keywords Sorter",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Sorts the keywords in IMDb Plot Keywords page.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*\/keywords",
                "http:\/\/www.imdb.com\/title\/*\/keywords?*",
                "https:\/\/www.imdb.com\/title\/*\/keywords",
                "https:\/\/www.imdb.com\/title\/*\/keywords?*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}