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…
O que é Web Novel Tracker?
Web Novel Tracker é uma extensão do Chrome desenvolvida por prasadmadanayake, e sua principal característica é "Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Novel Tracker
Baixe arquivos de extensão Web Novel Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Web Novel Tracker |
ID | hgkhocmobdpcmclacelkdnooanenbich |
URL Oficial | https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich |
Descrição | Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker… |
Tamanho do Arquivo | 392 KB |
Contagem de Instalações | 57 |
Versão Atual | 1.0 |
Última Atualização | 2019-09-19 |
Data de Publicação | 2019-09-19 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | prasadmadanayake |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |