Enhanced Marvel
Extension to add two-page view (and maybe more) to Marvel Unlimited
Cos'è Enhanced Marvel?
Enhanced Marvel è un'estensione di Chrome sviluppata da robusto.dev, e la sua funzione principale è "Extension to add two-page view (and maybe more) to Marvel Unlimited".
Scarica il file CRX dell'estensione Enhanced Marvel
Scarica i file di estensione Enhanced Marvel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | epehnppgfdjaboceagobphhdecaonomi |
| URL Ufficiale | https://chromewebstore.google.com/detail/enhanced-marvel/epehnppgfdjaboceagobphhdecaonomi |
| Descrizione | Extension to add two-page view (and maybe more) to Marvel Unlimited |
| Dimensione del File | 176 KB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2016-08-28 |
| Data di Pubblicazione | 2016-08-28 |
| Sviluppatore | robusto.dev |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jrobusto/EnhancedMarvel |
| Lingue Supportate | 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"
]
}
]
} | |