Save My Manga
Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.
Cos'è Save My Manga?
Save My Manga è un'estensione di Chrome sviluppata da sp785, e la sua funzione principale è "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save My Manga
Scarica i file di estensione Save My Manga in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easily save your place in the manga you're reading. Currently only supports KissManga.com
Informazioni di Base sull'Estensione
Nome | |
ID | mkhnkmahlmigcbkcbjellnlkghjlimig |
URL Ufficiale | https://chrome.google.com/webstore/detail/save-my-manga/mkhnkmahlmigcbkcbjellnlkghjlimig |
Descrizione | Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga. |
Dimensione del File | 6.73 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-12-25 |
Data di Pubblicazione | 2016-12-25 |
Sviluppatore | sp785 |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |