Weekly Series
Replace your new tab with a quick snapshot of your favorite TV shows status.
什麼是Weekly Series?
Weekly Series是由sangold開發的Chrome擴展程式,該擴展的主要功能是“Replace your new tab with a quick snapshot of your favorite TV shows status.”。
擴展截圖
下載Weekly Series擴展crx文件
下載Weekly Series擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replace new tab page with an overview of the coming episodes of your favorite shows. You don't need anything else to stay up to date. 擴展基本資訊
| 名稱 | |
| ID | bdiljnnmjlmkamjhkoiipobjppifalkj |
| 官方網址 | https://chromewebstore.google.com/detail/weekly-series/bdiljnnmjlmkamjhkoiipobjppifalkj |
| 簡介 | Replace your new tab with a quick snapshot of your favorite TV shows status. |
| 檔案大小 | 758 KB |
| 安裝次數 | 15 |
| 目前版本 | 1.1.2 |
| 更新時間 | 2016-03-28 |
| 上架時間 | 2016-03-28 |
| 評分 | 4.75/5 共 4 次評分 |
| 開發者 | sangold |
| 付費類型 | free |
| 擴展官網 | http://www.weeklyseries.fr/ |
| 支援的語言 | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Weekly Series",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.1.2",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"unlimitedStorage",
"storage",
"cookies"
]
} | |