Pixiv Discovery: Slideshow & Enhancements
Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.
Pixiv Discovery: Slideshow & Enhancements क्या है?
Pixiv Discovery: Slideshow & Enhancements Bunny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pixiv Discovery: Slideshow & Enhancements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Currently, we support auto-updating when reaching the end, and opening up the full artwork in a new tab if selected. Keyboard controls are the traditional arrow keys, but also A and D. A future version will likely support bookmarking, along with dynamically adding slides as new work gets recommended. Navigate to the discovery feed, select an image, and the slideshow will start from that image, updating with the next set as you reach the end.
एक्सटेंशन की मूल जानकारी
नाम | Pixiv Discovery: Slideshow & Enhancements |
ID | booeoiiknbcbheiidgjdfkjafikbghmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/pixiv-discovery-slideshow/booeoiiknbcbheiidgjdfkjafikbghmi |
विवरण | Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support. |
फ़ाइल का आकार | 94.35 KB |
स्थापना संख्या | 181 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-07-06 |
प्रकाशन तिथि | 2020-07-02 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | Bunny |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pixiv Discovery: Slideshow & Enhancements", "version": "1.1", "author": "Bunny", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.", "content_scripts": [ { "css": [ "styles.css", "slick\/slick.css", "slick\/slick-theme.css" ], "js": [ "jquery-3.5.1.min.js", "slick\/slick.min.js", "script.js" ], "matches": [ "https:\/\/www.pixiv.net\/discovery" ] } ], "permissions": [ "https:\/\/www.pixiv.net\/*" ] } |