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
Eメール [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"
            ]
        }
    ]
}