Uyghur Font
Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
Hvad er Uyghur Font?
Uyghur Font er en Chrome-udvidelse udviklet af Kakkuk, og dens hovedfunktion er "Plugin to convert all fonts on the website to Uyghur fonts and translate selected text".
Udvidelsesskærmbilleder
Download Uyghur Font-udvidelses-CRX-fil
Download Uyghur Font-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
توربەت يۈزىدىكى بارلىق خەت شەكلىنى ئۇيغۇرچە خەت شەكلىگە ئالماشتۇرۇش ۋە تاللىغان تېكىستنى تەرجىمە قىلىش قىستۇرمىسى
Grundlæggende oplysninger om udvidelsen
Navn | Uyghur Font |
ID | hfjfelkkblcjhppokplgncgpofejdeec |
Officiel URL | https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec |
Beskrivelse | Plugin to convert all fonts on the website to Uyghur fonts and translate selected text |
Filstørrelse | 74.57 KB |
Antal Installationer | 193 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-03-17 |
Udgivelsesdato | 2020-03-15 |
Bedømmelse | 5.00/5 Samlet 11 Bedømmelser |
Udvikler | Kakkuk |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |