MangaUpdates+
Adds extra functionality to the manga updates site.
MangaUpdates+ là gì?
MangaUpdates+ là một tiện ích mở rộng Chrome được phát triển bởi ExPixel, và tính năng chính của nó là "Adds extra functionality to the manga updates site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MangaUpdates+
Tải xuống các tệp mở rộng MangaUpdates+ 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
Add extra functionality to http://mangaupdates.com with MangaUpdates+. Currently the extension allows viewing of a series' information simply by hovering over any link that points to a series, and also receiving notifications about new chapters being released.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dnfmdpgojcihahimcfhcajlloabbokgg |
URL Chính Thức | https://chrome.google.com/webstore/detail/mangaupdates+/dnfmdpgojcihahimcfhcajlloabbokgg |
Mô tả | Adds extra functionality to the manga updates site. |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2014-08-11 |
Ngày Phát Hành | 2014-08-11 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ExPixel |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MangaUpdates+", "version": "0.0.2", "manifest_version": 2, "description": "Adds extra functionality to the manga updates site.", "icons": { "16": "icons\/mplus16.png", "48": "icons\/mplus48.png", "128": "icons\/mplus128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "contentSettings", "notifications", "storage", "tabs", "alarms", "https:\/\/*.mangaupdates.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.mangaupdates.com\/*" ], "css": [ "css\/bootstrap\/bootstrap.css", "css\/main.css", "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*.mangaupdates.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/bootstrap\/bootstrap.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "js\/jquery\/jquery.min.js", "icons\/mplus16.png", "icons\/mplus32.png", "icons\/mplus48.png", "icons\/mplus64.png", "icons\/ajax-loader.gif" ] } |