Icons UTF-8 for all
Copy all most popular utf-8 icons for usage in what you need
Icons UTF-8 for all là gì?
Icons UTF-8 for all là một tiện ích mở rộng Chrome được phát triển bởi Lord Trafford, và tính năng chính của nó là "Copy all most popular utf-8 icons for usage in what you need".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Icons UTF-8 for all
Tải xuống các tệp mở rộng Icons UTF-8 for all dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Icons UTF-8 for all |
ID | gblddochaobhmgnfmacpbaednlmlfdec |
URL Chính Thức | https://chromewebstore.google.com/detail/icons-utf-8-for-all/gblddochaobhmgnfmacpbaednlmlfdec |
Mô tả | Copy all most popular utf-8 icons for usage in what you need |
Kích Thước Tệp | 331 KB |
Số Lần Cài Đặt | 244 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-06-28 |
Ngày Phát Hành | 2015-06-28 |
Nhà Phát Triển | Lord Trafford |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/krukmat/icon4utf8/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |