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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}