MangaUpdates+
Adds extra functionality to the manga updates site.
MangaUpdates+คืออะไร?
MangaUpdates+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ExPixel และคุณลักษณะหลักของมันคือ "Adds extra functionality to the manga updates site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MangaUpdates+
ดาวน์โหลดไฟล์ส่วนขยาย MangaUpdates+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dnfmdpgojcihahimcfhcajlloabbokgg |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mangaupdates+/dnfmdpgojcihahimcfhcajlloabbokgg |
| คำอธิบาย | Adds extra functionality to the manga updates site. |
| ขนาดไฟล์ | 158 KB |
| จำนวนการติดตั้ง | 44 |
| เวอร์ชันปัจจุบัน | 0.0.2 |
| อัปเดตครั้งล่าสุด | 2014-08-11 |
| วันที่เผยแพร่ | 2014-08-11 |
| คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | ExPixel |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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"
]
} | |