Inspect and view changes in 编程学院 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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://*/*"
]
}