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是由Sridhar PG開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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\/" ] } |