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…
Cos'è Web Novel Tracker?
Web Novel Tracker è un'estensione di Chrome sviluppata da prasadmadanayake, e la sua funzione principale è "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Novel Tracker
Scarica i file di estensione Web Novel Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hgkhocmobdpcmclacelkdnooanenbich |
| URL Ufficiale | https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich |
| Descrizione | Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker… |
| Dimensione del File | 392 KB |
| Conteggio Installazioni | 57 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2019-09-19 |
| Data di Pubblicazione | 2019-09-19 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | prasadmadanayake |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |