Similar PNG
Similar PNG
Wat is Similar PNG?
Similar PNG is een Chrome-extensie ontwikkeld door https://similarcontent.com, en de belangrijkste functie is "Similar PNG".
Extensie Screenshots
Download het CRX-bestand van de extensie Similar PNG
Download Similar 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
Here on Similar PNG you can Download free PNG images, icons and cliparts with transparent background in best resolution. Our free PNGs have no royalties. Create your free account: https://similarpng.com/register/ Download unlimited PNG files now using the chrome extention
Basisinformatie over de Extensie
Naam | |
ID | lofmfoopafghkkokbblandhanihfjpgo |
Officiële URL | https://chromewebstore.google.com/detail/similar-png/lofmfoopafghkkokbblandhanihfjpgo |
Beschrijving | Similar PNG |
Bestandsgrootte | 627 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-04-17 |
Publicatiedatum | 2020-04-17 |
Ontwikkelaar | https://similarcontent.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://similarpng.com |
Help Pagina-URL | https://similarpng.com/contact/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Similar PNG", "description": "Similar 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:\/\/similarpng.com\/*" ] } |