Inline EN-RU Translator Firefox

Examine source code of Inline EN-RU Translator

By: flkrdze Add-on
Inspect and view changes in Inline EN-RU Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inline EN-RU Translator + Undo",
  "version": "1.2",
  "description": "Переводит выделенный английский текст на русский и заменяет его на странице. Поддерживает отмену.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "https://api.mymemory.translated.net/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "translate-selection": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Перевести выделенный текст (EN → RU)"
    },
    "undo-translation": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Отменить последний перевод"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "inline-en-ru-translator@example.com",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  }
}

Best Inline EN-RU Translator Alternatives

Here are some Firefox add-ons that are similar to Inline EN-RU Translator: