Similar PNG
Similar PNG
Qu'est-ce que Similar PNG ?
Similar PNG est une extension Chrome développée par https://similarcontent.com, et sa fonction principale est "Similar PNG".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Similar PNG
Téléchargez les fichiers d'extension Similar 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
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
Informations de Base sur l'Extension
Nom | |
ID | lofmfoopafghkkokbblandhanihfjpgo |
URL Officiel | https://chromewebstore.google.com/detail/similar-png/lofmfoopafghkkokbblandhanihfjpgo |
Description | Similar PNG |
Taille du Fichier | 627 KB |
Nombre d'Installations | 86 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-04-17 |
Date de Publication | 2020-04-17 |
Développeur | https://similarcontent.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://similarpng.com |
URL de la Page d'Aide | https://similarpng.com/contact/ |
Langues Prises en Charge | 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\/*" ] } |