Uyghur Font

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

什麼是Uyghur Font?

Uyghur Font是由Kakkuk開發的Chrome擴展程式,該擴展的主要功能是“Plugin to convert all fonts on the website to Uyghur fonts and translate selected text”。

擴展截圖

screenshot

下載Uyghur Font擴展crx文件

下載Uyghur Font擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Uyghur Font Uyghur Font
ID hfjfelkkblcjhppokplgncgpofejdeec
官方網址 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"
    ]
}