4chan Expand Images
Easily expand images in 4chan
4chan Expand Imagesคืออะไร?
4chan Expand Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexiszam และคุณลักษณะหลักของมันคือ "Easily expand images in 4chan"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4chan Expand Images
ดาวน์โหลดไฟล์ส่วนขยาย 4chan Expand Images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily expand all images in a 4chan thread. Simply right-click on the page, choose "Expand images" from the menu and all images will expand!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 4chan Expand Images |
ID | fkkiappinjfoifojbgbfgcnibfjffphk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/4chan-expand-images/fkkiappinjfoifojbgbfgcnibfjffphk |
คำอธิบาย | Easily expand images in 4chan |
ขนาดไฟล์ | 33.64 KB |
จำนวนการติดตั้ง | 3,046 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-01-07 |
วันที่เผยแพร่ | 2020-12-29 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | alexiszam |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AlexisZam/4chan-expand-images |
URL หน้าช่วยเหลือ | https://github.com/AlexisZam/4chan-expand-images/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Easily expand images in 4chan", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "4chan Expand Images", "permissions": [ "activeTab", "contextMenus" ], "version": "1.0.0" } |