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
官方網址 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"
            ]
        }
    ]
}