Enhanced Marvel
Extension to add two-page view (and maybe more) to Marvel Unlimited
Enhanced Marvelとは何ですか?
Enhanced Marvelはrobusto.devによって開発されたChromeの拡張機能で、その主な機能は「Extension to add two-page view (and maybe more) to Marvel Unlimited」です。
Enhanced Marvel拡張機能のCRXファイルをダウンロード
Enhanced Marvel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                                             拡張機能の基本情報
| 名前 |   |  
| ID | epehnppgfdjaboceagobphhdecaonomi | 
| 公式URL | https://chromewebstore.google.com/detail/enhanced-marvel/epehnppgfdjaboceagobphhdecaonomi | 
| 説明 | Extension to add two-page view (and maybe more) to Marvel Unlimited | 
| ファイルサイズ | 176 KB | 
| インストール数 | 27 | 
| 現在のバージョン | 0.1.1 | 
| 最終更新日 | 2016-08-28 | 
| 公開日 | 2016-08-28 | 
| 開発者 | robusto.dev | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/jrobusto/EnhancedMarvel | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enhanced Marvel",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Extension to add two-page view (and maybe more) to Marvel Unlimited",
    "homepage_url": "https:\/\/github.com\/jrobusto\/EnhancedMarvel",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "https:\/\/i.annihil.us\/*",
        "*:\/\/read.marvel.com\/*"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "js\/jquery\/jquery.min.js",
        "src\/embedded\/embedded.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/read.marvel.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "http:\/\/read.marvel.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/injection.tools.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}  |  |