Comic Owl

Keeps track of reading/watch position in online series.

Comic Owlとは何ですか?

Comic Owlはhttps://thomasrichards.xyzによって開発されたChromeの拡張機能で、その主な機能は「Keeps track of reading/watch position in online series.」です。

拡張機能のスクリーンショット

screenshot

Comic Owl拡張機能のCRXファイルをダウンロード

Comic Owl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Comic Owl Comic Owl
ID noindofpjphoggjpelglbphkpmpidekl
公式URL https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl
説明 Keeps track of reading/watch position in online series.
ファイルサイズ 103 KB
インストール数 16
現在のバージョン 1.2.1
最終更新日 2017-07-15
公開日 2017-07-15
評価 5.00/5 合計 1 レビュー
開発者 https://thomasrichards.xyz
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}