Enhanced Marvel
Extension to add two-page view (and maybe more) to Marvel Unlimited
Enhanced Marvel là gì?
Enhanced Marvel là một tiện ích mở rộng Chrome được phát triển bởi robusto.dev, và tính năng chính của nó là "Extension to add two-page view (and maybe more) to Marvel Unlimited".
Tải xuống tệp CRX của tiện ích mở rộng Enhanced Marvel
Tải xuống các tệp mở rộng Enhanced Marvel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Enhanced Marvel |
ID | epehnppgfdjaboceagobphhdecaonomi |
URL Chính Thức | https://chromewebstore.google.com/detail/enhanced-marvel/epehnppgfdjaboceagobphhdecaonomi |
Mô tả | Extension to add two-page view (and maybe more) to Marvel Unlimited |
Kích Thước Tệp | 176 KB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2016-08-28 |
Ngày Phát Hành | 2016-08-28 |
Nhà Phát Triển | robusto.dev |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jrobusto/EnhancedMarvel |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |