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.”。

擴展截圖

screenshot

下載Glyphs擴展crx文件

下載Glyphs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Glyphs
ID holbdohcbcodlejipgcmdleppjmfffhi
官方網址 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"
    ]
}