Enhanced Marvel
Extension to add two-page view (and maybe more) to Marvel Unlimited
Enhanced Marvelคืออะไร?
Enhanced Marvel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robusto.dev และคุณลักษณะหลักของมันคือ "Extension to add two-page view (and maybe more) to Marvel Unlimited"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhanced Marvel
ดาวน์โหลดไฟล์ส่วนขยาย Enhanced Marvel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Enhanced Marvel |
ID | epehnppgfdjaboceagobphhdecaonomi |
URL อย่างเป็นทางการ | 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" ] } ] } |