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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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