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.
Wat is Easy IMDB Info?
Easy IMDB Info is een Chrome-extensie ontwikkeld door Sridhar PG, en de belangrijkste functie is "Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy IMDB Info
Download Easy IMDB Info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | Easy IMDB Info |
ID | egnjfklhakfobdcbmhjmbdgbhaafibfj |
Officiële URL | https://chromewebstore.google.com/detail/easy-imdb-info/egnjfklhakfobdcbmhjmbdgbhaafibfj |
Beschrijving | Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip. |
Bestandsgrootte | 95.1 KB |
Aantal Installaties | 225 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2012-11-18 |
Publicatiedatum | 2012-11-17 |
Beoordeling | 3.54/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Sridhar PG |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |