Pixabay PNG
Pixabay PNG
Wat is Pixabay PNG?
Pixabay PNG is een Chrome-extensie ontwikkeld door robertsteele, en de belangrijkste functie is "Pixabay PNG".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixabay PNG
Download Pixabay PNG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Pixabay PNG |
ID | kjflcmcecbijlabokdphgjofanlcnmgm |
Officiële URL | https://chromewebstore.google.com/detail/pixabay-png/kjflcmcecbijlabokdphgjofanlcnmgm |
Beschrijving | Pixabay PNG |
Bestandsgrootte | 617 KB |
Aantal Installaties | 239 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-05-05 |
Publicatiedatum | 2021-04-26 |
Ontwikkelaar | robertsteele |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pixabay.com |
Help Pagina-URL | https://pixabay.com/contact |
Ondersteunde Talen | 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\/*" ] } |