Comic Owl
Keeps track of reading/watch position in online series.
Was ist Comic Owl?
Comic Owl ist eine Chrome-Erweiterung, die von https://thomasrichards.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Keeps track of reading/watch position in online series.".
Erweiterungsscreenshots
Comic Owl-Erweiterungs-CRX-Datei herunterladen
Laden Sie Comic Owl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Comic Owl |
ID | noindofpjphoggjpelglbphkpmpidekl |
Offizielle URL | https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl |
Beschreibung | Keeps track of reading/watch position in online series. |
Dateigröße | 103 KB |
Installationsanzahl | 16 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2017-07-15 |
Veröffentlichungsdatum | 2017-07-15 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://thomasrichards.xyz |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |