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.
Vad är Easy IMDB Info?
Easy IMDB Info är en Chrome-tillägg utvecklad av Sridhar PG, och dess huvudfunktion är "Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.".
Tilläggsskärmbilder
Ladda ner Easy IMDB Info-förlängningens CRX-fil
Ladda ner Easy IMDB Info-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | Easy IMDB Info |
ID | egnjfklhakfobdcbmhjmbdgbhaafibfj |
Officiell webbadress | https://chromewebstore.google.com/detail/easy-imdb-info/egnjfklhakfobdcbmhjmbdgbhaafibfj |
Beskrivning | Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip. |
Filstorlek | 95.1 KB |
Antal Installationer | 225 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2012-11-18 |
Publiceringsdatum | 2012-11-17 |
Betyg | 3.54/5 Totalt 13 Betyg |
Utvecklare | Sridhar PG |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |