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.」です。

拡張機能のスクリーンショット

screenshot

Smart Education 拡張機能のCRXファイルをダウンロード

Smart Education 拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Plug-in for screen sharing and file sharing of smart live teaching & learning service.                    

拡張機能の基本情報

名前 Smart Education Smart Education
ID lialoimhfnkjogigfnkkpijdhecjhfpm
公式URL 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"
}