Font Awesome Icon Finder
This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard
Font Awesome Icon Finderとは何ですか?
Font Awesome Icon FinderはCS76によって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard」です。
拡張機能のスクリーンショット
Font Awesome Icon Finder拡張機能のCRXファイルをダウンロード
Font Awesome Icon Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome extension enables you as a developer to search, preview and choose Font Awesome icons. The Multiple sizes preview and copy to clipboard feature copies the HTML / Unicode for you to use in your project with out typing it all by yourselves, there by increasing your productivity. I would appreciate your feedback to make this extension better :) If you are looking for FontAwesome 5 / FontAwesome 4 / Material / OpenIconic / Foundation icons install the "icon-search" extension - https://chrome.google.com/webstore/detail/icon-search/bkijbakibakefmcoobcnfdkfhhbmgiek?hl=en-GB Powered by VueJS, using its runtime-only build and Algolia Code is licensed under MIT License (An Open Source Initiative) https://github.com/CS76/fontawesome-icon-finder
拡張機能の基本情報
名前 | Font Awesome Icon Finder |
ID | kjejboahkcobalmgldloeinebmbomgog |
公式URL | https://chromewebstore.google.com/detail/font-awesome-icon-finder/kjejboahkcobalmgldloeinebmbomgog |
説明 | This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard |
ファイルサイズ | 1.01 MB |
インストール数 | 6,226 |
現在のバージョン | 1.4 |
最終更新日 | 2018-12-15 |
公開日 | 2018-12-15 |
評価 | 4.11/5 合計 9 レビュー |
開発者 | CS76 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Font Awesome Icon Finder", "description": "This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code \/ Unicode to the clipboard", "version": "1.4", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Font Awesome Icons" }, "permissions": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |