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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον prasadmadanayake, και η κύρια λειτουργία του είναι "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Web Novel Tracker

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Web Novel Tracker Web Novel Tracker
ID hgkhocmobdpcmclacelkdnooanenbich
Επίσημο URL 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'"
}