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 - это расширение Chrome, разработанное Bunny, и его основная функция - "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.".
Снимки экрана расширения
Скачать файл CRX расширения Pixiv Discovery: Slideshow & Enhancements
Скачайте файлы расширений Pixiv Discovery: Slideshow & Enhancements в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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\/*" ] } |