Comic Owl

Keeps track of reading/watch position in online series.

Wat is Comic Owl?

Comic Owl is een Chrome-extensie ontwikkeld door https://thomasrichards.xyz, en de belangrijkste functie is "Keeps track of reading/watch position in online series.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comic Owl

Download Comic Owl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Comic Owl Comic Owl
ID noindofpjphoggjpelglbphkpmpidekl
Officiële URL https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl
Beschrijving Keeps track of reading/watch position in online series.
Bestandsgrootte 103 KB
Aantal Installaties 16
Huidige Versie 1.2.1
Laatst Bijgewerkt 2017-07-15
Publicatiedatum 2017-07-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://thomasrichards.xyz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}