Uyghur Font
Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
Was ist Uyghur Font?
Uyghur Font ist eine Chrome-Erweiterung, die von Kakkuk entwickelt wurde, und ihr Hauptmerkmal ist "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text".
Erweiterungsscreenshots
Uyghur Font-Erweiterungs-CRX-Datei herunterladen
Laden Sie Uyghur Font-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
توربەت يۈزىدىكى بارلىق خەت شەكلىنى ئۇيغۇرچە خەت شەكلىگە ئالماشتۇرۇش ۋە تاللىغان تېكىستنى تەرجىمە قىلىش قىستۇرمىسى Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hfjfelkkblcjhppokplgncgpofejdeec |
| Offizielle URL | https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec |
| Beschreibung | Plugin to convert all fonts on the website to Uyghur fonts and translate selected text |
| Dateigröße | 74.57 KB |
| Installationsanzahl | 193 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-03-17 |
| Veröffentlichungsdatum | 2020-03-15 |
| Bewertung | 5.00/5 Insgesamt 11 Bewertungen |
| Entwickler | Kakkuk |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |