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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve how you watch images on 4chan. Add a gallery, slideshow, grid mode, and a button to expand all images to 4channel threads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 4chan gallery, slideshow, grid, expand images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } ] } |