Special Characters

Unicode Characters browser. Insert Emoji icons, Math symbols, Latin characters, Greek characters, Arrows, Braille script. Insert…

What is Special Characters?

Special Characters is a Chrome extension developed by Tabgraf, and its main feature is "Unicode Characters browser. Insert Emoji icons, Math symbols, Latin characters, Greek characters, Arrows, Braille script. Insert…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Special Characters Extension CRX File

Download Special Characters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Unicode Characters browser.

Insert Emoji icons, Math symbols, Latin characters, Greek characters, Arrows, Braille script.

Insert Extended Keyboard Characters.

✱ Quickly insert special characters that are not present on your keyboard
✱ Search from around 150K characters
✱ More than 300 categories
✱ Insert new custom icons
✱ Get recently used icons                    

Extension Basic Information

Name Special Characters Special Characters
ID nenecpncmjnembdcemieinlflpjlhfai
Official URL https://chromewebstore.google.com/detail/special-characters/nenecpncmjnembdcemieinlflpjlhfai
Description Unicode Characters browser. Insert Emoji icons, Math symbols, Latin characters, Greek characters, Arrows, Braille script. Insert…
File Size 228 KB
Installation Count 10,000
Current Version 4.7
Last Updated 2023-07-08
Publish Date 2022-05-15
Rating 4.85/5 Total 13 Ratings
Developer Tabgraf
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tabgraf.com/apps/policies/chrome-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.7",
    "manifest_version": 3,
    "name": "Special Characters",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ]
}