KISS Translator Firefox

Examine source code of KISS Translator

By: FishJar
Inspect and view changes in KISS Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "2.0.28",
  "default_locale": "en",
  "author": "Gabe<yugang2002@gmail.com>",
  "homepage_url": "https://github.com/fishjar/kiss-translator",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>",
        "file://*/*"
      ],
      "all_frames": true,
      "match_origin_as_fallback": true,
      "match_about_blank": true
    }
  ],
  "web_accessible_resources": [
    "injector-subtitle.js",
    "injector-shadowroot.js"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+K"
      }
    },
    "toggleTranslate": {
      "suggested_key": {
        "default": "Alt+Q"
      },
      "description": "__MSG_toggle_translate__"
    },
    "toggleTranslateOnly": {
      "description": "__MSG_toggle_translate_only__"
    },
    "openTranbox": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "__MSG_open_tranbox__"
    },
    "openSeparateWindow": {
      "description": "__MSG_open_separate_window__"
    },
    "toggleStyle": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "__MSG_toggle_style__"
    },
    "openOptions": {
      "description": "__MSG_open_options__"
    }
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "contextMenus",
    "scripting",
    "declarativeNetRequest"
  ],
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "images/logo128.png"
    },
    "default_title": "__MSG_app_name__",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fb25c100-22ce-4d5a-be7e-75f3d6f0fc13}"
    }
  }
}

Best KISS Translator Alternatives

Here are some Firefox add-ons that are similar to KISS Translator: