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…
Hvad er Web Novel Tracker?
Web Novel Tracker er en Chrome-udvidelse udviklet af prasadmadanayake, og dens hovedfunktion er "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".
Udvidelsesskærmbilleder
Download Web Novel Tracker-udvidelses-CRX-fil
Download Web Novel Tracker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hgkhocmobdpcmclacelkdnooanenbich |
| Officiel URL | https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich |
| Beskrivelse | Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker… |
| Filstørrelse | 392 KB |
| Antal Installationer | 57 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2019-09-19 |
| Udgivelsesdato | 2019-09-19 |
| Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
| Udvikler | prasadmadanayake |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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'"
} | |