Uyghur Font

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

Uyghur Font क्या है?

Uyghur Font Kakkuk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text"।

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

screenshot

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

crx प्रारूप में Uyghur Font एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Uyghur Font Uyghur Font
ID hfjfelkkblcjhppokplgncgpofejdeec
आधिकारिक URL https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec
विवरण Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
फ़ाइल का आकार 74.57 KB
स्थापना संख्या 193
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-03-17
प्रकाशन तिथि 2020-03-15
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर Kakkuk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}