编程学院 Firefox

Examine source code of 编程学院

提供元: 编程学院 Add-on
Inspect and view changes in 编程学院 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "编程学院 - 在线交互式编程学习平台。在几秒钟之内启动在线编程环境,超过70种预制编程环境可用,支持自定义编程环境,随处可用。",
  "manifest_version": 2,
  "name": "编程学院",
  "version": "1.0.4",
  "homepage_url": "https://www.programschool.com",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/icon.png",
    "browser_style": true
  },
  "icons": {
    "128": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/inject.css",
        "css/splitpanes.css"
      ],
      "js": [
        "js/vue@2.6.10.js",
        "js/splitpanes.umd.min.js",
        "js/inject.js"
      ]
    }
  ],
  "permissions": [
    "notifications",
    "activeTab",
    "tabs",
    "contextMenus",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ]
}

ベストの编程学院代替案

编程学院に類似したFirefox add-onをいくつか紹介します: