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
公式URL 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
Eメール [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
}