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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Easy IMDB Info
Λήψη αρχείων επέκτασης Easy IMDB Info σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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\/" ] } |