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によって開発されたChromeの拡張機能で、その主な機能は「Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.」です。
拡張機能のスクリーンショット
Pixiv Discovery: Slideshow & Enhancements拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } |