Enhanced Marvel

Extension to add two-page view (and maybe more) to Marvel Unlimited

Vad är Enhanced Marvel?

Enhanced Marvel är en Chrome-tillägg utvecklad av robusto.dev, och dess huvudfunktion är "Extension to add two-page view (and maybe more) to Marvel Unlimited".

Ladda ner Enhanced Marvel-förlängningens CRX-fil

Ladda ner Enhanced Marvel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Enhanced Marvel Enhanced Marvel
ID epehnppgfdjaboceagobphhdecaonomi
Officiell webbadress https://chromewebstore.google.com/detail/enhanced-marvel/epehnppgfdjaboceagobphhdecaonomi
Beskrivning Extension to add two-page view (and maybe more) to Marvel Unlimited
Filstorlek 176 KB
Antal Installationer 27
Aktuell Version 0.1.1
Senast Uppdaterad 2016-08-28
Publiceringsdatum 2016-08-28
Utvecklare robusto.dev
Betalningssätt free
Tilläggswebbplats https://github.com/jrobusto/EnhancedMarvel
Stödda Språk 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"
            ]
        }
    ]
}