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
电子邮箱 [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"
    ]
}