Favicon Creator
Create a favicon for your website in seconds
Was ist Favicon Creator?
Favicon Creator ist eine Chrome-Erweiterung, die von dbwebdevs entwickelt wurde, und ihr Hauptmerkmal ist "Create a favicon for your website in seconds".
Erweiterungsscreenshots
Favicon Creator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Favicon Creator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Favicon Creator |
ID | edaanjknhmgcohcddbhpjfhganbmggka |
Offizielle URL | https://chromewebstore.google.com/detail/favicon-creator/edaanjknhmgcohcddbhpjfhganbmggka |
Beschreibung | Create a favicon for your website in seconds |
Dateigröße | 104 KB |
Installationsanzahl | 561 |
Aktuelle Version | 1.0.2.2 |
Letztes Update | 2023-11-14 |
Veröffentlichungsdatum | 2020-02-20 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | dbwebdevs |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |