Pixabay PNG

Pixabay PNG

Vad är Pixabay PNG?

Pixabay PNG är en Chrome-tillägg utvecklad av robertsteele, och dess huvudfunktion är "Pixabay PNG".

Tilläggsskärmbilder

screenshot

Ladda ner Pixabay PNG-förlängningens CRX-fil

Ladda ner Pixabay PNG-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pixabay PNG Pixabay PNG
ID kjflcmcecbijlabokdphgjofanlcnmgm
Officiell webbadress https://chromewebstore.google.com/detail/pixabay-png/kjflcmcecbijlabokdphgjofanlcnmgm
Beskrivning Pixabay PNG
Filstorlek 617 KB
Antal Installationer 239
Aktuell Version 1.0.0
Senast Uppdaterad 2021-05-05
Publiceringsdatum 2021-04-26
Utvecklare robertsteele
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pixabay.com
Hjälpsida URL https://pixabay.com/contact
Stödda Språk 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\/*"
    ]
}