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 |
公式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 |
Eメール | [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\/" ] } |