Icons UTF-8 for all

Copy all most popular utf-8 icons for usage in what you need

Icons UTF-8 for allคืออะไร?

Icons UTF-8 for all เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lord Trafford และคุณลักษณะหลักของมันคือ "Copy all most popular utf-8 icons for usage in what you need"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Icons UTF-8 for all

ดาวน์โหลดไฟล์ส่วนขยาย Icons UTF-8 for all ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It's a simple Google Chrome extension for copyng in the clipboard the utf-8 glyph icons and use it wherever you want. It's useful for specially for Gmail. Maybe you can try with another web-clients.
Codes extracted from:
   * http://en.wikipedia.org/wiki/Dingbat#Unicode_Dingbats and
   * http://en.wikipedia.org/wiki/Miscellaneous_Symbols

4. From the list, select the icon you like it and click on the Copy button. The icon is in your clipboard. You can paste it in the subject line in Gmail for instance.

5. Enjoy it!

Code available at: https://github.com/krukmat/icon4utf8/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Icons UTF-8 for all Icons UTF-8 for all
ID gblddochaobhmgnfmacpbaednlmlfdec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/icons-utf-8-for-all/gblddochaobhmgnfmacpbaednlmlfdec
คำอธิบาย Copy all most popular utf-8 icons for usage in what you need
ขนาดไฟล์ 331 KB
จำนวนการติดตั้ง 244
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-06-28
วันที่เผยแพร่ 2015-06-28
ผู้พัฒนา Lord Trafford
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/krukmat/icon4utf8/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Icons UTF-8 for all",
    "version": "0.1",
    "description": "Copy all most popular utf-8 icons for usage in what you need",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "clipboardWrite",
        "clipboardRead"
    ]
}