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…

Vad är Web Novel Tracker?

Web Novel Tracker är en Chrome-tillägg utvecklad av prasadmadanayake, och dess huvudfunktion är "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".

Tilläggsskärmbilder

screenshot

Ladda ner Web Novel Tracker-förlängningens CRX-fil

Ladda ner Web Novel Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Web Novel Tracker Web Novel Tracker
ID hgkhocmobdpcmclacelkdnooanenbich
Officiell webbadress https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich
Beskrivning Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…
Filstorlek 392 KB
Antal Installationer 57
Aktuell Version 1.0
Senast Uppdaterad 2019-09-19
Publiceringsdatum 2019-09-19
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare prasadmadanayake
E-post [email protected]
Betalningssätt free
Stödda Språk 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'"
}