Comic Owl
Keeps track of reading/watch position in online series.
Cos'è Comic Owl?
Comic Owl è un'estensione di Chrome sviluppata da https://thomasrichards.xyz, e la sua funzione principale è "Keeps track of reading/watch position in online series.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Comic Owl
Scarica i file di estensione Comic Owl 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
Comic Owl maintains a list of your web comics or any other web series and automatically updates what chapter and page you are on. A simple click will take you directly back to where you left off.
Informazioni di Base sull'Estensione
Nome | Comic Owl |
ID | noindofpjphoggjpelglbphkpmpidekl |
URL Ufficiale | https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl |
Descrizione | Keeps track of reading/watch position in online series. |
Dimensione del File | 103 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2017-07-15 |
Data di Pubblicazione | 2017-07-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://thomasrichards.xyz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comic Owl", "version": "1.2.1", "description": "Keeps track of reading\/watch position in online series.", "icons": { "32": "img\/Logo32.png", "64": "img\/Logo64.png", "128": "img\/Logo128.png" }, "author": "Thomas Richards", "browser_action": { "default_icon": "img\/Logo32.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/classes\/Link.js", "js\/background.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs" ] } |