Save My Manga
Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.
Hvad er Save My Manga?
Save My Manga er en Chrome-udvidelse udviklet af sp785, og dens hovedfunktion er "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.".
Udvidelsesskærmbilleder
Download Save My Manga-udvidelses-CRX-fil
Download Save My Manga-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Easily save your place in the manga you're reading. Currently only supports KissManga.com
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mkhnkmahlmigcbkcbjellnlkghjlimig |
Officiel URL | https://chrome.google.com/webstore/detail/save-my-manga/mkhnkmahlmigcbkcbjellnlkghjlimig |
Beskrivelse | Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga. |
Filstørrelse | 6.73 KB |
Antal Installationer | 53 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-12-25 |
Udgivelsesdato | 2016-12-25 |
Udvikler | sp785 |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |