Save My Manga
Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.
O que é Save My Manga?
Save My Manga é uma extensão do Chrome desenvolvida por sp785, e sua principal característica é "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save My Manga
Baixe arquivos de extensão Save My Manga no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Easily save your place in the manga you're reading. Currently only supports KissManga.com
Informações Básicas da Extensão
Nome | |
ID | mkhnkmahlmigcbkcbjellnlkghjlimig |
URL Oficial | https://chrome.google.com/webstore/detail/save-my-manga/mkhnkmahlmigcbkcbjellnlkghjlimig |
Descrição | Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga. |
Tamanho do Arquivo | 6.73 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.0 |
Última Atualização | 2016-12-25 |
Data de Publicação | 2016-12-25 |
Desenvolvedor | sp785 |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |