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…

Wat is Web Novel Tracker?

Web Novel Tracker is een Chrome-extensie ontwikkeld door prasadmadanayake, en de belangrijkste functie is "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Web Novel Tracker

Download Web Novel Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Web Novel Tracker Web Novel Tracker
ID hgkhocmobdpcmclacelkdnooanenbich
Officiële URL https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich
Beschrijving Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…
Bestandsgrootte 392 KB
Aantal Installaties 57
Huidige Versie 1.0
Laatst Bijgewerkt 2019-09-19
Publicatiedatum 2019-09-19
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar prasadmadanayake
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}