Font Awesome Icon Picker
Font Awesome Icon Picker extension for Google Chrome
Font Awesome Icon Pickerคืออะไร?
Font Awesome Icon Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://itsjavi.com และคุณลักษณะหลักของมันคือ "Font Awesome Icon Picker extension for Google Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Font Awesome Icon Picker
ดาวน์โหลดไฟล์ส่วนขยาย Font Awesome Icon Picker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Font Awesome Icon Picker is a fully customizable plugin for Twitter Bootstrap, with a powerful base API, based on Bootstrap Popover Picker. This extension allows to find and copy Font Awesome icons easily in your day-to-day. You can even copy the sample HTML and also the icon Unicode character for using it in Word, Photoshop, etc (it requires the Font Awesome font installed in your computer). CHANGELOG: v2.0.2 - Fixes issues of the extension not loading - Use rawgit CDN to deliver the extension js and css files at a locked project version (3.0.0) so breaking changes on master won't affect the plugin anymore. - Adds donate button. v2.0.0 - NEW: Font Awesome 5.0 support - refactor: Cache parsed icon class list for better performance (requires local storage) - new: added a footer with a link to the repository and the original author v1.2.3 - Fix: The plugin stopped working because the project changed the repository name. Now it is fixed. v1.2.2 - The plugin will be using always the latest fontawesome-picker relase, as it is using now the external css and js files from the docs pages. - Example html markup has been added - Width has been fixed - Improved extension icon
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Font Awesome Icon Picker |
ID | mcepmpclbgahgbpcgbmnpplcfmlaiopm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/font-awesome-icon-picker/mcepmpclbgahgbpcgbmnpplcfmlaiopm |
คำอธิบาย | Font Awesome Icon Picker extension for Google Chrome |
ขนาดไฟล์ | 862 KB |
จำนวนการติดตั้ง | 3,565 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2018-04-02 |
วันที่เผยแพร่ | 2018-04-02 |
คะแนน | 4.14/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | https://itsjavi.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://farbelous.io/fontawesome-iconpicker/ |
URL หน้าช่วยเหลือ | https://github.com/farbelous/fontawesome-iconpicker/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Font Awesome Icon Picker", "description": "Font Awesome Icon Picker extension for Google Chrome", "version": "2.0.2", "icons": { "19": "icon.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/netdna.bootstrapcdn.com https:\/\/use.fontawesome.com https:\/\/code.jquery.com https:\/\/farbelous.io https:\/\/cdn.rawgit.com; object-src 'self'" } |