Manga Viewer
A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.
Manga Viewerคืออะไร?
Manga Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nikukikai และคุณลักษณะหลักของมันคือ "A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manga Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Manga Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension inserts a book-like viewer, which makes it possible to read separate manga page images posted on SNS like reading a real book. The viewer can be opened with the button displayed whithin a post. Currently only supports weibo.
v0.1.3
- Automatically divide long image into pages. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | aoikkiamdjnipechicmgjinpnngiapjo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/manga-viewer/aoikkiamdjnipechicmgjinpnngiapjo |
| คำอธิบาย | A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo. |
| ขนาดไฟล์ | 59.43 KB |
| จำนวนการติดตั้ง | 96 |
| เวอร์ชันปัจจุบัน | 0.1.3 |
| อัปเดตครั้งล่าสุด | 2024-01-20 |
| วันที่เผยแพร่ | 2023-08-22 |
| ผู้พัฒนา | nikukikai |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/NikuKikai/chrome-manga-viewer |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Manga Viewer",
"version": "0.1.3",
"description": "A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.",
"action": {
"default_title": "Popup",
"default_popup": "index.html",
"default_icon": "logo.png"
},
"icons": {
"128": "logo.png"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.main.tsx.9841b66a.dbcc3a83.js"
],
"matches": [
"https:\/\/weibo.com\/*"
],
"media": [],
"css": [
"assets\/main.89aaa99d.css"
]
}
],
"author": "NikuKikai",
"web_accessible_resources": [
{
"matches": [
"https:\/\/weibo.com\/*"
],
"resources": [
"assets\/jsx-runtime.247be44e.js",
"assets\/main.tsx.9841b66a.js"
],
"use_dynamic_url": true
}
]
} | |