Fox Input Firefox

Examine source code of Fox Input

제작자: Hemiola SUN
Inspect and view changes in Fox Input source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "fox.input@hemiolasun.tw"
    }
  },
  "author": "SUN Chun-Yen",
  "name": "Fox Input",
  "version": "0.10resigned1",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "commands": {
    "focus-next": {
      "suggested_key": {
        "default": "Alt+I",
        "mac": "MacCtrl+I"
      },
      "description": "Focus the next input field"
    },
    "focus-previous": {
      "suggested_key": {
        "default": "Alt+J",
        "mac": "MacCtrl+J"
      },
      "description": "Focus the previous input field"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "foxinput.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "<all_urls>",
    "activeTab",
    "webNavigation"
  ]
}

최고의 Fox Input 대안

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