Pixabay PNG

Pixabay PNG

Cos'è Pixabay PNG?

Pixabay PNG è un'estensione di Chrome sviluppata da robertsteele, e la sua funzione principale è "Pixabay PNG".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pixabay PNG

Scarica i file di estensione Pixabay PNG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pixabay PNG Pixabay PNG
ID kjflcmcecbijlabokdphgjofanlcnmgm
URL Ufficiale https://chromewebstore.google.com/detail/pixabay-png/kjflcmcecbijlabokdphgjofanlcnmgm
Descrizione Pixabay PNG
Dimensione del File 617 KB
Conteggio Installazioni 239
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-05-05
Data di Pubblicazione 2021-04-26
Sviluppatore robertsteele
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pixabay.com
URL della Pagina di Aiuto https://pixabay.com/contact
Lingue Supportate 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\/*"
    ]
}