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ファイルをダウンロード

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
Eメール [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"
        }
    ]
}