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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Enhanced Marvel |
ID | epehnppgfdjaboceagobphhdecaonomi |
官方網址 | 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" ] } ] } |