ReverseKey Firefox

Examine source code of ReverseKey

제작자: Alex S
Inspect and view changes in ReverseKey source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ReverseKey",
  "description": "A React.js project using Webpack to reverse keyboard layout(QWERTY placement,support for shift (+KANA) state) of selected text on page or through putting it in popup window",
  "version": "1.0.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "reverseKey@alexsdev.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "menus"
  ],
  "action": {
    "default_title": "ReverseKey",
    "default_popup": "index.html",
    "default_icon": {
      "48": "icon-48.png",
      "96": "icon-96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  }
}

최고의 ReverseKey 대안

다음은 ReverseKey과(와) 유사한 Firefox add-on입니다: