IMDb Runtime
Convert IMDb movie/tv runtimes to hours and minutes.
IMDb Runtimeとは何ですか?
IMDb RuntimeはTerkel Gjervigによって開発されたChromeの拡張機能で、その主な機能は「Convert IMDb movie/tv runtimes to hours and minutes.」です。
拡張機能のスクリーンショット
IMDb Runtime拡張機能のCRXファイルをダウンロード
IMDb Runtime拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically convert runtimes on IMDb to hours and minutes for easier reading. 拡張機能の基本情報
| 名前 | |
| ID | gclighdbiijnjlnjljgnamaibjkemffj |
| 公式URL | https://chromewebstore.google.com/detail/imdb-runtime/gclighdbiijnjlnjljgnamaibjkemffj |
| 説明 | Convert IMDb movie/tv runtimes to hours and minutes. |
| ファイルサイズ | 8.62 KB |
| インストール数 | 55 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2015-01-03 |
| 公開日 | 2015-01-02 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | Terkel Gjervig |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.3",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/imdb.com\/*",
"http:\/\/www.imdb.com\/*",
"https:\/\/imdb.com\/*",
"https:\/\/www.imdb.com\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |