fix RTL translate
fix RTL translate From https://bidar.app
Co je fix RTL translate?
fix RTL translate je rozšíření Chrome vyvinuté bidar.app, a jeho hlavní funkcí je „fix RTL translate From https://bidar.app“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření fix RTL translate
Stáhněte si soubory rozšíření fix RTL translate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | fix RTL translate |
ID | gcojlhljcpgbagiboedilgcoalmpjaaj |
Oficiální URL | https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj |
Popis | fix RTL translate From https://bidar.app |
Velikost souboru | 8.6 KB |
Počet instalací | 718 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-05-04 |
Datum Vydání | 2022-05-04 |
Hodnocení | 5.00/5 Celkem 8 Hodnocení |
Vývojář | bidar.app |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } } } |