PictoVorous

SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)

PictoVorous là gì?

PictoVorous là một tiện ích mở rộng Chrome được phát triển bởi https://jaxprodart.com, và tính năng chính của nó là "SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)".

Ả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 PictoVorous

Tải xuống các tệp mở rộng PictoVorous 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

                        PictoVorous is an extension which automatically generates a slideshow from the webpage you are visiting. 

It's designed particularly for Pinterest, FlickR, Artsation and some other gallery websites. 

You can: 
- See and download HD pictures, 
- Change delay between slide show slides, 
- Choose between some transition styles... 

And some other features...                    

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

Tên PictoVorous PictoVorous
ID nbphaaidffamiglgojgnoifjoljkffkk
URL Chính Thức https://chromewebstore.google.com/detail/pictovorous/nbphaaidffamiglgojgnoifjoljkffkk
Mô tả SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)
Kích Thước Tệp 407 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-03-16
Ngày Phát Hành 2019-12-20
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://jaxprodart.com
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",
    "name": "PictoVorous",
    "manifest_version": 2,
    "version": "2.1",
    "description": "SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "app.js"
            ],
            "css": [
                "JaxXSlideShow.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon-Pictovorous.svg",
        "icons\/icon-start_slideShow.svg",
        "icons\/icon-play.svg",
        "icons\/icon-pause.svg",
        "icons\/icon-reload.svg",
        "icons\/icon-load_more.svg",
        "icons\/icon-download.svg",
        "icons\/icon-fullscreen-on.svg",
        "icons\/icon-fullscreen-off.svg",
        "icons\/icon-close.svg",
        "icons\/icon_Pictovorous.svg",
        "icons\/icon-prev.svg",
        "icons\/icon-play.svg",
        "icons\/icon-pause.svg",
        "icons\/icon-next.svg"
    ]
}