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은(는) Miller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

4chan gallery, slideshow, grid, expand images 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}