PictoVorous

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

Qu'est-ce que PictoVorous ?

PictoVorous est une extension Chrome développée par https://jaxprodart.com, et sa fonction principale est "SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PictoVorous

Téléchargez les fichiers d'extension PictoVorous au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PictoVorous PictoVorous
ID nbphaaidffamiglgojgnoifjoljkffkk
URL Officiel https://chromewebstore.google.com/detail/pictovorous/nbphaaidffamiglgojgnoifjoljkffkk
Description SlideShow from pics (500px, flickr, instagram,ArtStation, pinterest, google image...)
Taille du Fichier 407 KB
Nombre d'Installations 70
Version Actuelle 2.1
Dernière Mise à Jour 2021-03-16
Date de Publication 2019-12-20
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://jaxprodart.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}