Favicon Creator
Create a favicon for your website in seconds
什么是Favicon Creator?
Favicon Creator是由dbwebdevs开发的Chrome扩展程序,该扩展的主要功能是“Create a favicon for your website in seconds”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |