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…
Was ist Web Novel Tracker?
Web Novel Tracker ist eine Chrome-Erweiterung, die von prasadmadanayake entwickelt wurde, und ihr Hauptmerkmal ist "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".
Erweiterungsscreenshots
Web Novel Tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Novel Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hgkhocmobdpcmclacelkdnooanenbich |
| Offizielle URL | https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich |
| Beschreibung | Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker… |
| Dateigröße | 392 KB |
| Installationsanzahl | 57 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-09-19 |
| Veröffentlichungsdatum | 2019-09-19 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | prasadmadanayake |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |