Favicon Creator

Create a favicon for your website in seconds

What is Favicon Creator?

Favicon Creator is a Chrome extension developed by dbwebdevs, and its main feature is "Create a favicon for your website in seconds".

Extension Screenshots

screenshot
screenshot
screenshot

Download Favicon Creator Extension CRX File

Download Favicon Creator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Favicon Creator Favicon Creator
ID edaanjknhmgcohcddbhpjfhganbmggka
Official URL https://chromewebstore.google.com/detail/favicon-creator/edaanjknhmgcohcddbhpjfhganbmggka
Description Create a favicon for your website in seconds
File Size 104 KB
Installation Count 561
Current Version 1.0.2.2
Last Updated 2023-11-14
Publish Date 2020-02-20
Rating 5.00/5 Total 5 Ratings
Developer dbwebdevs
Email [email protected]
Payment Type free
Supported Languages 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
}