Pixabay PNG

Pixabay PNG

Qu'est-ce que Pixabay PNG ?

Pixabay PNG est une extension Chrome développée par robertsteele, et sa fonction principale est "Pixabay PNG".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pixabay PNG

Téléchargez les fichiers d'extension Pixabay PNG 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

                        Pixabay PNG
Here on Pixabay PNG you can Download free PNG images, icons and cliparts with transparent background in best resolution. Our free PNGs have no royalties.                    

Informations de Base sur l'Extension

Nom Pixabay PNG Pixabay PNG
ID kjflcmcecbijlabokdphgjofanlcnmgm
URL Officiel https://chromewebstore.google.com/detail/pixabay-png/kjflcmcecbijlabokdphgjofanlcnmgm
Description Pixabay PNG
Taille du Fichier 617 KB
Nombre d'Installations 239
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-05-05
Date de Publication 2021-04-26
Développeur robertsteele
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pixabay.com
URL de la Page d'Aide https://pixabay.com/contact
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pixabay PNG",
    "description": "Pixabay PNG",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Open the extension"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/pixabay.com\/*"
    ]
}