fix RTL translate
fix RTL translate From https://bidar.app
什麼是fix RTL translate?
fix RTL translate是由bidar.app開發的Chrome擴展程式,該擴展的主要功能是“fix RTL translate From https://bidar.app”。
擴展截圖
下載fix RTL translate擴展crx文件
下載fix RTL translate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you use Google Chrome Translator to translate the entire site, texts from right-to-left languages such as Persian and Arabic are incorrect because they are still left-to-right, only translated. This plugin solves the problem. Before translating the English site into Persian or Arabic Click on our plugin then the "fix" badge will be displayed. Now translate the whole site and you will see that the translation quality has improved and the words and verbs are in the right place.
擴展基本資訊
名稱 | fix RTL translate |
ID | gcojlhljcpgbagiboedilgcoalmpjaaj |
官方網址 | https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj |
簡介 | fix RTL translate From https://bidar.app |
檔案大小 | 8.6 KB |
安裝次數 | 718 |
目前版本 | 1.0 |
更新時間 | 2022-05-04 |
上架時間 | 2022-05-04 |
評分 | 5.00/5 共 8 次評分 |
開發者 | bidar.app |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "fix RTL translate", "action": { "default_icon": { "16": "fixRTL16.png", "48": "fixRTL48.png", "128": "fixRTL128.png" }, "default_title": "Press Ctrl+Shift+F to fix translate" }, "manifest_version": 3, "version": "1.0", "description": "fix RTL translate From https:\/\/bidar.app", "permissions": [ "activeTab", "scripting" ], "homepage_url": "https:\/\/bidar.app\/project\/", "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } } } |