Manga Bookmark
MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…
Apa itu Manga Bookmark?
Manga Bookmark adalah ekstensi Chrome yang dikembangkan oleh SouzaCode, dan fitur utamanya adalah "MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Manga Bookmark
Unduh file ekstensi Manga Bookmark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Manga Bookmark |
ID | hclahhnkdechgledjlbjnldiakecdedg |
URL Resmi | https://chromewebstore.google.com/detail/manga-bookmark/hclahhnkdechgledjlbjnldiakecdedg |
Deskripsi | MangaBookmark is an application for you to keep track of the chapters you read in an easy and fast way! More at: *… |
Ukuran File | 721 KB |
Jumlah Instalasi | 156 |
Versi Saat Ini | 1.4.2 |
Terakhir Diperbarui | 2022-01-23 |
Tanggal Publikasi | 2020-10-03 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | SouzaCode |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/SouzaCode/MangaBookmark |
Bahasa yang Didukung | 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" ] } |