Manga Bookmark

MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…

ما هو Manga Bookmark؟

Manga Bookmark هو إضافة Chrome تم تطويرها بواسطة SouzaCode، والميزة الرئيسية لها هي "MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…".

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

screenshot
screenshot
screenshot

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

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

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

                        MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way!

More at:
* https://github.com/SouzaCode/MangaBookmark                    

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

الاسم Manga Bookmark Manga Bookmark
ID hclahhnkdechgledjlbjnldiakecdedg
عنوان URL الرسمي https://chromewebstore.google.com/detail/manga-bookmark/hclahhnkdechgledjlbjnldiakecdedg
الوصف MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…
حجم الملف 721 KB
عدد التثبيتات 156
النسخة الحالية 1.4.2
آخر تحديث 2022-01-23
تاريخ النشر 2020-10-03
تقييم 5.00/5 مجموع تقييمات 3
المطور SouzaCode
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/SouzaCode/MangaBookmark
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "MangaB",
    "name": "Manga Bookmark",
    "manifest_version": 2,
    "version": "1.4.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Manga Bookmark",
        "default_icon": "logo_sf192b.png"
    },
    "icons": {
        "192": "logo_sf192b.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}