Uyghur Font
Plugin to convert all fonts on the website to Uyghur fonts and translate selected text
什么是Uyghur Font?
Uyghur Font是由Kakkuk开发的Chrome扩展程序,该扩展的主要功能是“Plugin to convert all fonts on the website to Uyghur fonts and translate selected text”。
扩展截图
下载Uyghur Font扩展crx文件
下载Uyghur Font扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
توربەت يۈزىدىكى بارلىق خەت شەكلىنى ئۇيغۇرچە خەت شەكلىگە ئالماشتۇرۇش ۋە تاللىغان تېكىستنى تەرجىمە قىلىش قىستۇرمىسى
扩展基本信息
名称 | Uyghur Font |
ID | hfjfelkkblcjhppokplgncgpofejdeec |
官方URL | https://chromewebstore.google.com/detail/uyghur-font/hfjfelkkblcjhppokplgncgpofejdeec |
简介 | Plugin to convert all fonts on the website to Uyghur fonts and translate selected text |
文件大小 | 74.57 KB |
安装次数 | 193 |
当前版本 | 1.0 |
更新时间 | 2020-03-17 |
上架时间 | 2020-03-15 |
评分 | 5.00/5 共11次评分 |
开发者 | Kakkuk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |