Comic Owl

Keeps track of reading/watch position in online series.

Comic Owlคืออะไร?

Comic Owl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thomasrichards.xyz และคุณลักษณะหลักของมันคือ "Keeps track of reading/watch position in online series."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comic Owl

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}