4chan gallery, slideshow, grid, expand images

Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.

4chan gallery, slideshow, grid, expand imagesคืออะไร?

4chan gallery, slideshow, grid, expand images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miller และคุณลักษณะหลักของมันคือ "Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4chan gallery, slideshow, grid, expand images

ดาวน์โหลดไฟล์ส่วนขยาย 4chan gallery, slideshow, grid, expand images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds the following features to 4chan and 4channel threads:
- Image grid view
- Image gallery (with slideshow mode)
- Expand all images

The image grid view shows all images of a thread in a grid. Grid mode is perfect for viewing the images of a thread.

Gallery mode shows a single image in fullscreen. Gallery mode looks identical to opening the image in a new tab. Keyboard shortcuts can be used to navigate between images.

Expand all images expands all images in the thread, the same way clicking an image normally would do.

Settings are available to customize almost every aspect of this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 4chan gallery, slideshow, grid, expand images 4chan gallery, slideshow, grid, expand images
ID mhlgpnhdgapplfjbeedinfiibdjmcdip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/4chan-gallery-slideshow-g/mhlgpnhdgapplfjbeedinfiibdjmcdip
คำอธิบาย Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.
ขนาดไฟล์ 199 KB
จำนวนการติดตั้ง 3,552
เวอร์ชันปัจจุบัน 1.8.5
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2019-05-10
คะแนน 4.61/5 รวมทั้งหมด 121 คะแนน
ผู้พัฒนา Miller
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4chan gallery, slideshow, grid, expand images",
    "version": "1.8.5",
    "manifest_version": 3,
    "description": "Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/boards.4chan.org\/*",
        "http:\/\/boards.4chan.org\/*",
        "https:\/\/boards.4channel.org\/*",
        "http:\/\/boards.4channel.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/boards.4chan.org\/*",
                "http:\/\/boards.4chan.org\/*",
                "https:\/\/boards.4channel.org\/*",
                "http:\/\/boards.4channel.org\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ]
}