fix RTL translate

fix RTL translate

fix RTL translate From https://bidar.app

Merlin
Additional files are visible only to premium users

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"
      }
    }
  }
}