fix RTL translate
fix RTL translate From https://bidar.app
Wat is fix RTL translate?
fix RTL translate is een Chrome-extensie ontwikkeld door bidar.app, en de belangrijkste functie is "fix RTL translate From https://bidar.app".
Extensie Screenshots
Download het CRX-bestand van de extensie fix RTL translate
Download fix RTL translate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | fix RTL translate |
ID | gcojlhljcpgbagiboedilgcoalmpjaaj |
Officiële URL | https://chromewebstore.google.com/detail/fix-rtl-translate/gcojlhljcpgbagiboedilgcoalmpjaaj |
Beschrijving | fix RTL translate From https://bidar.app |
Bestandsgrootte | 8.6 KB |
Aantal Installaties | 718 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-05-04 |
Publicatiedatum | 2022-05-04 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | bidar.app |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } } |