Web Novel Tracker
Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…
什么是Web Novel Tracker?
Web Novel Tracker是由prasadmadanayake开发的Chrome扩展程序,该扩展的主要功能是“Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…”。
扩展截图
下载Web Novel Tracker扩展crx文件
下载Web Novel Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keep track of your favorite web novels across the devices.
Usage:
Go to the title page of the novel.
Open Web Novel Tracker and press + button. novel will be added to the library
Extension will keep track of the last read chapter for you
Enjoy Reading 扩展基本信息
| 名称 | |
| ID | hgkhocmobdpcmclacelkdnooanenbich |
| 官方URL | https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich |
| 简介 | Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker… |
| 文件大小 | 392 KB |
| 安装次数 | 57 |
| 当前版本 | 1.0 |
| 更新时间 | 2019-09-19 |
| 上架时间 | 2019-09-19 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | prasadmadanayake |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Web Novel Tracker",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' 'sha256-YLnffyOs9ELahyoUibKuefU0uTq6MeqQZJ+8kEMsWt4=' object-src 'self' 'unsafe-inline'"
} | |