Uyghur Font

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

O que é Uyghur Font?

Uyghur Font é uma extensão do Chrome desenvolvida por Kakkuk, e sua principal característica é "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Uyghur Font

Baixe arquivos de extensão Uyghur Font no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Uyghur Font Uyghur Font
ID hfjfelkkblcjhppokplgncgpofejdeec
URL Oficial https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec
Descrição Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
Tamanho do Arquivo 74.57 KB
Contagem de Instalações 193
Versão Atual 1.0
Última Atualização 2020-03-17
Data de Publicação 2020-03-15
Classificação 5.00/5 Total de 11 Avaliações
Desenvolvedor Kakkuk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}