Comic Owl

Keeps track of reading/watch position in online series.

Apa itu Comic Owl?

Comic Owl adalah ekstensi Chrome yang dikembangkan oleh https://thomasrichards.xyz, dan fitur utamanya adalah "Keeps track of reading/watch position in online series.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Comic Owl

Unduh file ekstensi Comic Owl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Comic Owl Comic Owl
ID noindofpjphoggjpelglbphkpmpidekl
URL Resmi https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl
Deskripsi Keeps track of reading/watch position in online series.
Ukuran File 103 KB
Jumlah Instalasi 16
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2017-07-15
Tanggal Publikasi 2017-07-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://thomasrichards.xyz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}