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 |
Eメール | [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" ] } |