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.
Apa itu Easy IMDB Info?
Easy IMDB Info adalah ekstensi Chrome yang dikembangkan oleh Sridhar PG, dan fitur utamanya adalah "Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy IMDB Info
Unduh file ekstensi Easy IMDB Info dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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]
Informasi Dasar Ekstensi
Nama | Easy IMDB Info |
ID | egnjfklhakfobdcbmhjmbdgbhaafibfj |
URL Resmi | https://chromewebstore.google.com/detail/easy-imdb-info/egnjfklhakfobdcbmhjmbdgbhaafibfj |
Deskripsi | Adds rating and duration just below the movie name in Actors/Directors page. Also displays the plot of the movie as tooltip. |
Ukuran File | 95.1 KB |
Jumlah Instalasi | 225 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2012-11-18 |
Tanggal Publikasi | 2012-11-17 |
Penilaian | 3.54/5 Total 13 Penilaian |
Pengembang | Sridhar PG |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |