Icon Search

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

Icon Searchคืออะไร?

Icon Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CS76 และคุณลักษณะหลักของมันคือ "Search, preview and choose your favourite icons from Cryptocoins/FontAwesome 5/FontAwesome 4/Material/OpenIconic/Foundation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Icon Search

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}