MUTracker
Track your comics on Marvel Unlimited
MUTrackerとは何ですか?
MUTrackerはSanto Carinoによって開発されたChromeの拡張機能で、その主な機能は「Track your comics on Marvel Unlimited」です。
拡張機能のスクリーンショット
MUTracker拡張機能のCRXファイルをダウンロード
MUTracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Keeps track of the comics you read on Marvel Unlimited. Adds a "read/unread" button to each issue. All data is stored locally and is not accessible from other computers.                     拡張機能の基本情報
| 名前 |   |  
| ID | olkilidmgakeondfogeepmcomjcinfdb | 
| 公式URL | https://chromewebstore.google.com/detail/mutracker/olkilidmgakeondfogeepmcomjcinfdb | 
| 説明 | Track your comics on Marvel Unlimited | 
| ファイルサイズ | 36.15 KB | 
| インストール数 | 53 | 
| 現在のバージョン | 1.2 | 
| 最終更新日 | 2016-05-18 | 
| 公開日 | 2016-05-17 | 
| 評価 | 4.67/5 合計 3 レビュー | 
| 開発者 | Santo Carino | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MUTracker",
    "description": "Track your comics on Marvel Unlimited",
    "version": "1.2",
    "author": "Santo Carino",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/marvel.com\/comics\/*"
            ],
            "css": [
                "css\/mutracker.css"
            ],
            "js": [
                "js\/jquery-2.2.0.min.js",
                "js\/mutracker.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}  |  |