Favicon Creator
Create a favicon for your website in seconds
Cos'è Favicon Creator?
Favicon Creator è un'estensione di Chrome sviluppata da dbwebdevs, e la sua funzione principale è "Create a favicon for your website in seconds".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Favicon Creator
Scarica i file di estensione Favicon Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | edaanjknhmgcohcddbhpjfhganbmggka |
| URL Ufficiale | https://chromewebstore.google.com/detail/favicon-creator/edaanjknhmgcohcddbhpjfhganbmggka |
| Descrizione | Create a favicon for your website in seconds |
| Dimensione del File | 104 KB |
| Conteggio Installazioni | 561 |
| Versione Corrente | 1.0.2.2 |
| Ultimo Aggiornamento | 2023-11-14 |
| Data di Pubblicazione | 2020-02-20 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | dbwebdevs |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |