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.”。
擴展截圖
下載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 |
ID | mhlgpnhdgapplfjbeedinfiibdjmcdip |
官方網址 | 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" } ] } |