IMDb Runtime

Convert IMDb movie/tv runtimes to hours and minutes.

IMDb Runtimeคืออะไร?

IMDb Runtime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Terkel Gjervig และคุณลักษณะหลักของมันคือ "Convert IMDb movie/tv runtimes to hours and minutes."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDb Runtime

ดาวน์โหลดไฟล์ส่วนขยาย IMDb Runtime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically convert runtimes on IMDb to hours and minutes for easier reading.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IMDb Runtime IMDb Runtime
ID gclighdbiijnjlnjljgnamaibjkemffj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imdb-runtime/gclighdbiijnjlnjljgnamaibjkemffj
คำอธิบาย Convert IMDb movie/tv runtimes to hours and minutes.
ขนาดไฟล์ 8.62 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2015-01-03
วันที่เผยแพร่ 2015-01-02
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Terkel Gjervig
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imdb.com\/*",
                "http:\/\/www.imdb.com\/*",
                "https:\/\/imdb.com\/*",
                "https:\/\/www.imdb.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}