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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CS76 และคุณลักษณะหลักของมันคือ "This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Font Awesome Icon Finder
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |