Uyghur Font

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

Qu'est-ce que Uyghur Font ?

Uyghur Font est une extension Chrome développée par Kakkuk, et sa fonction principale est "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Uyghur Font

Téléchargez les fichiers d'extension Uyghur Font au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Uyghur Font Uyghur Font
ID hfjfelkkblcjhppokplgncgpofejdeec
URL Officiel https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec
Description Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
Taille du Fichier 74.57 KB
Nombre d'Installations 193
Version Actuelle 1.0
Dernière Mise à Jour 2020-03-17
Date de Publication 2020-03-15
Évaluation 5.00/5 Total 11 Évaluations
Développeur Kakkuk
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}