Save My Manga

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

Save My Mangaとは何ですか?

Save My Mangaはsp785によって開発されたChromeの拡張機能で、その主な機能は「Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Save My Manga拡張機能のCRXファイルをダウンロード

Save My Manga拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Save My Manga Save My Manga
ID mkhnkmahlmigcbkcbjellnlkghjlimig
公式URL https://chrome.google.com/webstore/detail/save-my-manga/mkhnkmahlmigcbkcbjellnlkghjlimig
説明 Keep track of the chapter you're on in the manga you're reading. Currently only compatible with KissManga.
ファイルサイズ 6.73 KB
インストール数 53
現在のバージョン 1.0
最終更新日 2016-12-25
公開日 2016-12-25
開発者 sp785
支払い方法 free
対応言語 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\/*"
    ]
}