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 |
| 官方URL | 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"
]
} | |