Save My Manga

Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.

What is Save My Manga?

Save My Manga is a Chrome extension developed by sp785, and its main feature is "Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Save My Manga Extension CRX File

Download Save My Manga extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily save your place in the manga you're reading. 
Currently only supports KissManga.com                    

Extension Basic Information

Name Save My Manga Save My Manga
ID mkhnkmahlmigcbkcbjellnlkghjlimig
Official URL https://chrome.google.com/webstore/detail/save-my-manga/mkhnkmahlmigcbkcbjellnlkghjlimig
Description Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.
File Size 6.73 KB
Installation Count 53
Current Version 1.0
Last Updated 2016-12-25
Publish Date 2016-12-25
Developer sp785
Payment Type free
Supported Languages 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\/*"
    ]
}