Enhanced Marvel
Extension to add two-page view (and maybe more) to Marvel Unlimited
Qu'est-ce que Enhanced Marvel ?
Enhanced Marvel est une extension Chrome développée par robusto.dev, et sa fonction principale est "Extension to add two-page view (and maybe more) to Marvel Unlimited".
Télécharger le fichier CRX de l'extension Enhanced Marvel
Téléchargez les fichiers d'extension Enhanced Marvel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Enhanced Marvel |
ID | epehnppgfdjaboceagobphhdecaonomi |
URL Officiel | https://chromewebstore.google.com/detail/enhanced-marvel/epehnppgfdjaboceagobphhdecaonomi |
Description | Extension to add two-page view (and maybe more) to Marvel Unlimited |
Taille du Fichier | 176 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2016-08-28 |
Date de Publication | 2016-08-28 |
Développeur | robusto.dev |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jrobusto/EnhancedMarvel |
Langues Prises en Charge | 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" ] } ] } |