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
官方網址 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
電子郵箱 [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"
    }
}