Favicon Creator

Create a favicon for your website in seconds

什麼是Favicon Creator?

Favicon Creator是由dbwebdevs開發的Chrome擴展程式,該擴展的主要功能是“Create a favicon for your website in seconds”。

擴展截圖

screenshot
screenshot
screenshot

下載Favicon Creator擴展crx文件

下載Favicon Creator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Favicon Creator Favicon Creator
ID edaanjknhmgcohcddbhpjfhganbmggka
官方網址 https://chromewebstore.google.com/detail/favicon-creator/edaanjknhmgcohcddbhpjfhganbmggka
簡介 Create a favicon for your website in seconds
檔案大小 104 KB
安裝次數 561
目前版本 1.0.2.2
更新時間 2023-11-14
上架時間 2020-02-20
評分 5.00/5 共 5 次評分
開發者 dbwebdevs
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}