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.”。

擴展截圖

screenshot

下載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 Pixiv Discovery: Slideshow & Enhancements
ID booeoiiknbcbheiidgjdfkjafikbghmi
官方網址 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\/*"
    ]
}