Smart Education
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
什麼是Smart Education ?
Smart Education 是由forrestlin888開發的Chrome擴展程式,該擴展的主要功能是“The Plug-in for screen sharing and file sharing of smart live teaching & learning service.”。
擴展截圖
下載Smart Education 擴展crx文件
下載Smart Education 擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Plug-in for screen sharing and file sharing of smart live teaching & learning service.
擴展基本資訊
名稱 | ![]() |
ID | lialoimhfnkjogigfnkkpijdhecjhfpm |
官方網址 | https://chrome.google.com/webstore/detail/smart-education/lialoimhfnkjogigfnkkpijdhecjhfpm |
簡介 | The Plug-in for screen sharing and file sharing of smart live teaching & learning service. |
檔案大小 | 103 KB |
安裝次數 | 69 |
目前版本 | 0.0.6 |
更新時間 | 2019-08-16 |
上架時間 | 2019-08-12 |
開發者 | forrestlin888 |
付費類型 | free |
支援的語言 | en,zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "description": "The Plug-in for screen sharing and file sharing of smart live teaching & learning service.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Smart Education ", "permissions": [ "desktopCapture", "contextMenus", "bookmarks", "tabs", "notifications", "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "Smart Live Teaching & Learning Service", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.6", "default_locale": "zh_CN" } |