Easy IMDB Info

Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.

Easy IMDB Infoคืออะไร?

Easy IMDB Info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sridhar PG และคุณลักษณะหลักของมันคือ "Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy IMDB Info

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

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

                        Adds rating(both from IMDB and RottenTomatoes.com) and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.

For any bugs or suggestions, please mail to [email protected]                    

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

ชื่อ Easy IMDB Info Easy IMDB Info
ID egnjfklhakfobdcbmhjmbdgbhaafibfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-imdb-info/egnjfklhakfobdcbmhjmbdgbhaafibfj
คำอธิบาย Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.
ขนาดไฟล์ 95.1 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2012-11-18
วันที่เผยแพร่ 2012-11-17
คะแนน 3.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Sridhar PG
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy IMDB Info",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Adds rating and duration just below the movie name in Actors\/Directors page. Also displays the plot of the movie as tooltip.",
    "icons": {
        "18": "imdb48.png",
        "24": "imdb48.png",
        "48": "imdb48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/name\/*"
            ],
            "js": [
                "content\/imdbquery.js",
                "content\/jquery.js"
            ],
            "css": [
                "content\/imdbquery.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/www.imdb.com\/",
        "http:\/\/www.omdbapi.com\/"
    ]
}