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.
Cos'è Easy IMDB Info?
Easy IMDB Info è un'estensione di Chrome sviluppata da Sridhar PG, e la sua funzione principale è "Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy IMDB Info
Scarica i file di estensione Easy IMDB Info in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | Easy IMDB Info |
ID | egnjfklhakfobdcbmhjmbdgbhaafibfj |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-imdb-info/egnjfklhakfobdcbmhjmbdgbhaafibfj |
Descrizione | Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip. |
Dimensione del File | 95.1 KB |
Conteggio Installazioni | 225 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2012-11-18 |
Data di Pubblicazione | 2012-11-17 |
Valutazione | 3.54/5 Totale 13 Valutazioni |
Sviluppatore | Sridhar PG |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |