Save My Manga
Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.
Apa itu Save My Manga?
Save My Manga adalah ekstensi Chrome yang dikembangkan oleh sp785, dan fitur utamanya adalah "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save My Manga
Unduh file ekstensi Save My Manga 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
Easily save your place in the manga you're reading. Currently only supports KissManga.com
Informasi Dasar Ekstensi
Nama | |
ID | mkhnkmahlmigcbkcbjellnlkghjlimig |
URL Resmi | https://chrome.google.com/webstore/detail/save-my-manga/mkhnkmahlmigcbkcbjellnlkghjlimig |
Deskripsi | Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga. |
Ukuran File | 6.73 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-12-25 |
Tanggal Publikasi | 2016-12-25 |
Pengembang | sp785 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |