Iconify Search Extension
Search Iconify icons right on your web browser.
什么是Iconify Search Extension?
Iconify Search Extension是由https://iconify-search.vercel.app开发的Chrome扩展程序,该扩展的主要功能是“Search Iconify icons right on your web browser.”。
扩展截图
下载Iconify Search Extension扩展crx文件
下载Iconify Search Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search through 150,000 open source icons ready to be used in your next project! Tired of searching a proper icon and want to maintain consistency between your icons? Iconify Search helps you by navigating through an extensive catalog of icons and several icon packs that you can search from - al within your browser. The icons are provided by Iconify.design, and every icon pack is designed by a plethora of talented people. What can you expect from this extension? - Hassle-free icons search - Narrow down your search by selecting an icon pack - Copy an icon's SVG directly from your extension - Copy its identifier so you can use it inside your web/native project - More features coming soon! Iconify.design website is good but we wanted to offer you a better way to find your icons, and easily import them in your required technology. All icon packs are open source and you can use them without worries. Attributions goes to the corresponding designers who crafted them.
扩展基本信息
名称 | Iconify Search Extension |
ID | giledbfknmilhcidlelgochpiohilhhc |
官方URL | https://chromewebstore.google.com/detail/iconify-search-extension/giledbfknmilhcidlelgochpiohilhhc |
简介 | Search Iconify icons right on your web browser. |
文件大小 | 202 KB |
安装次数 | 49 |
当前版本 | 1.1.3 |
更新时间 | 2023-05-03 |
上架时间 | 2023-05-02 |
开发者 | https://iconify-search.vercel.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://iconify-search.vercel.app/ |
帮助页面URL | https://iconify-search.vercel.app/ |
隐私政策页面URL | https://iconify-search.vercel.app |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Iconify Search Extension", "version": "1.1.3", "description": "Search Iconify icons right on your web browser.", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/api.gumroad.com\/*", "https:\/\/api.iconify.design\/*" ], "css": [ "contentStyle.css" ] } ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png" ], "matches": [ "https:\/\/api.gumroad.com\/*", "https:\/\/api.iconify.design\/*" ] } ] } |