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 |
| 官方網址 | 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'"
} | |