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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
]
} | |