Favicon Creator
Create a favicon for your website in seconds
Qu'est-ce que Favicon Creator ?
Favicon Creator est une extension Chrome développée par dbwebdevs, et sa fonction principale est "Create a favicon for your website in seconds".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Favicon Creator
Téléchargez les fichiers d'extension Favicon Creator 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
Building a website and need to add a favicon? With the Favicon Creator Chrome Extension, you can quickly create a professional looking favicon in seconds. - Use FontAwesome or Text to create a professional looking icon. - Change background and text/ icon colors. - Tweak your text sizes and styles. - Download multiple sizes at once.
Informations de Base sur l'Extension
Nom | Favicon Creator |
ID | edaanjknhmgcohcddbhpjfhganbmggka |
URL Officiel | https://chromewebstore.google.com/detail/favicon-creator/edaanjknhmgcohcddbhpjfhganbmggka |
Description | Create a favicon for your website in seconds |
Taille du Fichier | 104 KB |
Nombre d'Installations | 561 |
Version Actuelle | 1.0.2.2 |
Dernière Mise à Jour | 2023-11-14 |
Date de Publication | 2020-02-20 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | dbwebdevs |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Favicon Creator", "version": "1.0.2.2", "description": "Create a favicon for your website in seconds", "permissions": [ "storage" ], "action": { "default_icon": { "16": "images\/icon\/icon16.png", "32": "images\/icon\/icon32.png", "48": "images\/icon\/icon64.png", "128": "images\/icon\/icon128.png" }, "default_popup": "popup.html", "default_title": "Favicon Creator" }, "icons": { "16": "images\/icon\/icon16.png", "32": "images\/icon\/icon32.png", "48": "images\/icon\/icon64.png", "128": "images\/icon\/icon128.png" }, "manifest_version": 3 } |