Comic Owl

Keeps track of reading/watch position in online series.

Comic Owl là gì?

Comic Owl là một tiện ích mở rộng Chrome được phát triển bởi https://thomasrichards.xyz, và tính năng chính của nó là "Keeps track of reading/watch position in online series.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Comic Owl

Tải xuống các tệp mở rộng Comic Owl dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Comic Owl Comic Owl
ID noindofpjphoggjpelglbphkpmpidekl
URL Chính Thức https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl
Mô tả Keeps track of reading/watch position in online series.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2017-07-15
Ngày Phát Hành 2017-07-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://thomasrichards.xyz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}