Uyghur Font
Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
Wat is Uyghur Font?
Uyghur Font is een Chrome-extensie ontwikkeld door Kakkuk, en de belangrijkste functie is "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text".
Extensie Screenshots
Download het CRX-bestand van de extensie Uyghur Font
Download Uyghur Font-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
توربەت يۈزىدىكى بارلىق خەت شەكلىنى ئۇيغۇرچە خەت شەكلىگە ئالماشتۇرۇش ۋە تاللىغان تېكىستنى تەرجىمە قىلىش قىستۇرمىسى Basisinformatie over de Extensie
| Naam | |
| ID | hfjfelkkblcjhppokplgncgpofejdeec |
| Officiële URL | https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec |
| Beschrijving | Plugin to convert all fonts on the website to Uyghur fonts and translate selected text |
| Bestandsgrootte | 74.57 KB |
| Aantal Installaties | 193 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-03-17 |
| Publicatiedatum | 2020-03-15 |
| Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | Kakkuk |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |