IMDb Sort List

IMDb sort your list with drag and drop.

什么是IMDb Sort List?

IMDb Sort List是由Mustafa KÜÇÜK开发的Chrome扩展程序,该扩展的主要功能是“IMDb sort your list with drag and drop.”。

扩展截图

screenshot

下载IMDb Sort List扩展crx文件

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

扩展使用说明

                        IMDb sort your list with drag and drop.                    

扩展基本信息

名称 IMDb Sort List IMDb Sort List
ID mjgoamheecocffcgpipfhmpengcgajob
官方URL https://chromewebstore.google.com/detail/imdb-sort-list/mjgoamheecocffcgpipfhmpengcgajob
简介 IMDb sort your list with drag and drop.
文件大小 61.31 KB
安装次数 64
当前版本 1.1
更新时间 2019-06-15
上架时间 2019-06-15
评分 3.75/5 共4次评分
开发者 Mustafa KÜÇÜK
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDb Sort List",
    "author": "Mustafa K\u00dc\u00c7\u00dcK",
    "description": "IMDb sort your list with drag and drop.",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imdb.com\/*"
            ],
            "css": [
                "src\/app.css"
            ],
            "js": [
                "src\/jquery.slim.min.js",
                "src\/jquery-ui.min.js",
                "src\/app.js"
            ]
        }
    ]
}