Glyphs
Quick access to common special characters through the floating window.
Glyphs란 무엇입니까?
Glyphs은(는) https://www.bartoszlorek.pl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access to common special characters through the floating window."입니다.
확장 프로그램 스크린샷
Glyphs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Many of the special typographic features within fonts — from bullets and em dashes to fractions — cannot be found on the keyboard. Glyphs extension provides quick access to common special characters through the floating window displayed on the page. The extension glyph set includes 605 characters, mostly from AGLFN (Adobe Glyph List For New Fonts) a list of base glyphs that are recommended for new fonts, extended with all Unicode dashes and whitespace that are especially useful to editors. Each character is assigned to one or more categories: Basic Latin and Latin 1, Extended Latin A and B, Punctuation, Dashes & Quotes, Whitespace, Currency, Numbers, Math Symbols, Symbols, Greek and Coptic.
확장 프로그램 기본 정보
이름 | Glyphs |
ID | holbdohcbcodlejipgcmdleppjmfffhi |
공식 URL | https://chromewebstore.google.com/detail/glyphs/holbdohcbcodlejipgcmdleppjmfffhi |
설명 | Quick access to common special characters through the floating window. |
파일 크기 | 106 KB |
설치 횟수 | 1,786 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2019-03-05 |
출시 날짜 | 2019-03-05 |
평점 | 4.00/5 총 12 개의 평점 |
개발자 | https://www.bartoszlorek.pl |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Glyphs", "short_name": "Glyphs", "version": "1.2.1", "author": "Bartosz Lorek", "description": "Quick access to common special characters through the floating window.", "homepage_url": "http:\/\/www.bartoszlorek.pl\/", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "assets\/icon16.png", "19": "assets\/icon19.png", "38": "assets\/icon38.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon16.png" }, "web_accessible_resources": [ "style.css", "popup.js" ] } |