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은(는) Lord Trafford에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy all most popular utf-8 icons for usage in what you need"입니다.
확장 프로그램 스크린샷
Icons UTF-8 for all 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |