Letterboxd Lists Progress

Know your lists' progress without having to open them.

Letterboxd Lists Progressとは何ですか?

Letterboxd Lists ProgressはLucas Francoによって開発されたChromeの拡張機能で、その主な機能は「Know your lists' progress without having to open them.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Letterboxd Lists Progress拡張機能のCRXファイルをダウンロード

Letterboxd Lists Progress拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Know your lists' progress without having to open them.                    

拡張機能の基本情報

名前 Letterboxd Lists Progress Letterboxd Lists Progress
ID cjpnlmdbmlefonmfkobjpfpmpbaijldn
公式URL https://chromewebstore.google.com/detail/letterboxd-lists-progress/cjpnlmdbmlefonmfkobjpfpmpbaijldn
説明 Know your lists' progress without having to open them.
ファイルサイズ 44.27 KB
インストール数 572
現在のバージョン 0.2
最終更新日 2018-11-14
公開日 2018-11-14
評価 4.67/5 合計 6 レビュー
開発者 Lucas Franco
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterboxd Lists Progress",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Know your lists' progress without having to open them.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/letterboxd.com\/*",
                "https:\/\/letterboxd.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "letterboxd.js"
            ],
            "css": [
                "letterboxd.css"
            ]
        }
    ]
}