Comic Owl
Keeps track of reading/watch position in online series.
What is Comic Owl?
Comic Owl is a Chrome extension developed by https://thomasrichards.xyz, and its main feature is "Keeps track of reading/watch position in online series.".
Extension Screenshots
Download Comic Owl Extension CRX File
Download Comic Owl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Comic Owl |
ID | noindofpjphoggjpelglbphkpmpidekl |
Official URL | https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl |
Description | Keeps track of reading/watch position in online series. |
File Size | 103 KB |
Installation Count | 16 |
Current Version | 1.2.1 |
Last Updated | 2017-07-15 |
Publish Date | 2017-07-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://thomasrichards.xyz |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |