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 là gì?

Pixiv Discovery: Slideshow & Enhancements là một tiện ích mở rộng Chrome được phát triển bởi Bunny, và tính năng chính của nó là "Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pixiv Discovery: Slideshow & Enhancements

Tải xuống các tệp mở rộng Pixiv Discovery: Slideshow & Enhancements dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pixiv Discovery: Slideshow & Enhancements Pixiv Discovery: Slideshow & Enhancements
ID booeoiiknbcbheiidgjdfkjafikbghmi
URL Chính Thức https://chromewebstore.google.com/detail/pixiv-discovery-slideshow/booeoiiknbcbheiidgjdfkjafikbghmi
Mô tả Browse your Pixiv Discovery feed through an intuitive, auto-updating slideshow interface. Larger images, and keyboard support.
Kích Thước Tệp 94.35 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-07-06
Ngày Phát Hành 2020-07-02
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Bunny
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}