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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}