Netboard.me

Create engaging educational pages.

Netboard.meとは何ですか?

Netboard.meはhttps://netboard.meによって開発されたChromeの拡張機能で、その主な機能は「Create engaging educational pages.」です。

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

screenshot

Netboard.me拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enables teachers and students to collect, organize and share all kinds of content.

Create pages with texts, links, documents, quizzes, videos, photos, presentations and other content.                    

拡張機能の基本情報

名前 Netboard.me Netboard.me
ID agaangogflhdhaokhehojdenjiepbaap
公式URL https://chromewebstore.google.com/detail/netboardme/agaangogflhdhaokhehojdenjiepbaap
説明 Create engaging educational pages.
ファイルサイズ 24.83 KB
インストール数 456
現在のバージョン 1.2
最終更新日 2023-08-05
公開日 2017-06-19
評価 3.67/5 合計 3 レビュー
開発者 https://netboard.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://netboard.me
プライバシーポリシーページのURL https://netboard.me/static/tos/tos.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Netboard.me",
    "description": "Create engaging educational pages.",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/netboard.me\/"
    ],
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    }
}