Uyghur Font

Plugin to convert all fonts on the website to Uyghur fonts and translate selected text

What is Uyghur Font?

Uyghur Font is a Chrome extension developed by Kakkuk, and its main feature is "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text".

Extension Screenshots

screenshot

Download Uyghur Font Extension CRX File

Download Uyghur Font 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

                        توربەت يۈزىدىكى بارلىق خەت شەكلىنى ئۇيغۇرچە خەت شەكلىگە ئالماشتۇرۇش ۋە تاللىغان تېكىستنى تەرجىمە قىلىش قىستۇرمىسى                    

Extension Basic Information

Name Uyghur Font Uyghur Font
ID hfjfelkkblcjhppokplgncgpofejdeec
Official URL https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec
Description Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
File Size 74.57 KB
Installation Count 193
Current Version 1.0
Last Updated 2020-03-17
Publish Date 2020-03-15
Rating 5.00/5 Total 11 Ratings
Developer Kakkuk
Email [email protected]
Payment Type free
Supported Languages tr
manifest.json
{
    "author": "Davut Kakkuk",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "event.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Disabled"
    },
    "description": "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text",
    "icons": {
        "128": "icon128.png",
        "16": "icon_16.png"
    },
    "name": "Uyghur Font",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "style.css",
        "*.ttf"
    ]
}