Glyphs

Quick access to common special characters through the floating window.

Glyphs क्या है?

Glyphs https://www.bartoszlorek.pl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick access to common special characters through the floating window."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Glyphs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}