Letterboxd Lists Progress

Know your lists' progress without having to open them.

Letterboxd Lists Progressคืออะไร?

Letterboxd Lists Progress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucas Franco และคุณลักษณะหลักของมันคือ "Know your lists' progress without having to open them."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd Lists Progress

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}