Save My Manga

Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.

ما هو Save My Manga؟

Save My Manga هو إضافة Chrome تم تطويرها بواسطة sp785، والميزة الرئيسية لها هي "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Save My Manga

قم بتنزيل ملفات الامتداد Save My Manga بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Easily save your place in the manga you're reading. 
Currently only supports KissManga.com                    

معلومات أساسية عن التمديد

الاسم Save My Manga Save My Manga
ID mkhnkmahlmigcbkcbjellnlkghjlimig
عنوان URL الرسمي https://chrome.google.com/webstore/detail/save-my-manga/mkhnkmahlmigcbkcbjellnlkghjlimig
الوصف Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.
حجم الملف 6.73 KB
عدد التثبيتات 53
النسخة الحالية 1.0
آخر تحديث 2016-12-25
تاريخ النشر 2016-12-25
المطور sp785
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save My Manga",
    "description": "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "eye128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "eye16.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "*:\/\/*.kissmanga.com\/*"
    ]
}