Glyphs

Quick access to common special characters through the floating window.

Glyphsคืออะไร?

Glyphs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bartoszlorek.pl และคุณลักษณะหลักของมันคือ "Quick access to common special characters through the floating window."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glyphs

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}