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
公式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
Eメール [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"
    ]
}