Pixiv Discovery: Slideshow & Enhancements
Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.
Vad är Pixiv Discovery: Slideshow & Enhancements?
Pixiv Discovery: Slideshow & Enhancements är en Chrome-tillägg utvecklad av Bunny, och dess huvudfunktion är "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.".
Tilläggsskärmbilder
Ladda ner Pixiv Discovery: Slideshow & Enhancements-förlängningens CRX-fil
Ladda ner Pixiv Discovery: Slideshow & Enhancements-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Pixiv Discovery: Slideshow & Enhancements |
ID | booeoiiknbcbheiidgjdfkjafikbghmi |
Officiell webbadress | https://chromewebstore.google.com/detail/pixiv-discovery-slideshow/booeoiiknbcbheiidgjdfkjafikbghmi |
Beskrivning | Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support. |
Filstorlek | 94.35 KB |
Antal Installationer | 181 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-07-06 |
Publiceringsdatum | 2020-07-02 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | Bunny |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |