cs-academy-vim Firefox

Examine source code of cs-academy-vim

제작자: jurplel
Inspect and view changes in cs-academy-vim source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Activates vim mode in the CS academy editor >:)",
  "manifest_version": 2,
  "name": "cs-academy-vim",
  "version": "1.0",
  "author": "bowad",
  "homepage_url": "https://github.com/jurplel/cs-academy-vim",
  "icons": {
    "48": "icons/vim.png"
  },
  "web_accessible_resources": [
    "mobilize.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.cs.cmu.edu/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "*://*.cs.cmu.edu/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{19cef13b-8fc8-4e73-8ff7-fcefe5adaae0}"
    }
  }
}

최고의 cs-academy-vim 대안

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