Icon Search

Search, preview and choose your favourite icons from Cryptocoins/FontAwesome 5/FontAwesome 4/Material/OpenIconic/Foundation

什么是Icon Search?

Icon Search是由CS76开发的Chrome扩展程序,该扩展的主要功能是“Search, preview and choose your favourite icons from Cryptocoins/FontAwesome 5/FontAwesome 4/Material/OpenIconic/Foundation”。

扩展截图

screenshot
screenshot

下载Icon Search扩展crx文件

下载Icon Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Smarter and more productive than before

Cryptocoins search is available now....

This Chrome extension enables you as a developer to search, preview and choose Cryptocoins / Font Awesome icons / Material icons / Foundation icons / OpenIconic icons from one single search interface. The Multiple sizes and styles preview enables you to copy the HTML / Unicode / CSS to your clipboard for you to use in your project with out typing it all by yourselves, there by increasing your code quality and productivity. You can now relax and focus on actually what matters that is the design.

I would appreciate your feedback to make this extension better :)

Support the extension
Patreon - https://www.patreon.com/cs76
Paypal - https://www.paypal.me/cs76 

Powered by VueJS, using its runtime-only build and Algolia

Code is licensed under MIT License (An Open Source Initiative)
https://github.com/cs76/icon-search                    

扩展基本信息

名称 Icon Search Icon Search
ID bkijbakibakefmcoobcnfdkfhhbmgiek
官方URL https://chromewebstore.google.com/detail/icon-search/bkijbakibakefmcoobcnfdkfhhbmgiek
简介 Search, preview and choose your favourite icons from Cryptocoins/FontAwesome 5/FontAwesome 4/Material/OpenIconic/Foundation
文件大小 2.59 MB
安装次数 596
当前版本 1.3
更新时间 2018-10-10
上架时间 2018-10-10
评分 3.67/5 共9次评分
开发者 CS76
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cs76.github.io/icon-search/
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Icon Search",
    "description": "Search, preview and choose your favourite icons from Cryptocoins\/FontAwesome 5\/FontAwesome 4\/Material\/OpenIconic\/Foundation",
    "version": "1.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Icon Search"
    },
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}