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.

Co je Easy IMDB Info?

Easy IMDB Info je rozšíření Chrome vyvinuté Sridhar PG, a jeho hlavní funkcí je „Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Easy IMDB Info

Stáhněte si soubory rozšíření Easy IMDB Info ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Easy IMDB Info Easy IMDB Info
ID egnjfklhakfobdcbmhjmbdgbhaafibfj
Oficiální URL https://chromewebstore.google.com/detail/easy-imdb-info/egnjfklhakfobdcbmhjmbdgbhaafibfj
Popis Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.
Velikost souboru 95.1 KB
Počet instalací 225
Aktuální Verze 1.3
Poslední Aktualizace 2012-11-18
Datum Vydání 2012-11-17
Hodnocení 3.54/5 Celkem 13 Hodnocení
Vývojář Sridhar PG
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}