Thrive

Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…

Thriveとは何ですか?

Thriveはhttps://thrivelearning.comによって開発されたChromeの拡張機能で、その主な機能は「Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new skills. You can use this browser extension to easily access THRIVE functionality while browsing the web:

# Easily find internal resources for whatever you're looking for
# Share useful content directly from your browser*
# Log your learning activities right from the page, and receive prompts to log your activity*

After logging into your THRIVE site, you'll be able to search for content, share useful web resources, and record learning on their development log directly from the extension.

The browser extension also searches your THRIVE site for content whenever you do a Google search, making it easy to discover useful content your organisation may have on whatever it is you're searching for.                    

拡張機能の基本情報

名前 Thrive Thrive
ID okodbhehfpaogabapfdabjjmjkcebbfm
公式URL https://chromewebstore.google.com/detail/thrive/okodbhehfpaogabapfdabjjmjkcebbfm
説明 Thrive is a fully featured Learning Experience Platform which helps people to share knowledge, make new connections and learn new…
ファイルサイズ 1.52 MB
インストール数 1,338
現在のバージョン 3.4.0
最終更新日 2023-03-27
公開日 2021-01-23
評価 5.00/5 合計 2 レビュー
開発者 https://thrivelearning.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.thrivelearning.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Thrive",
    "name": "Thrive",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-P83of1d5gfZHuGOkbsfkbUInX2Hmi+rYQG5kzlMXfsc='; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "version": "3.4.0",
    "browser_action": {
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.learn.link\/elearning\/*",
                "*:\/\/*.learntest.link\/elearning\/*",
                "*:\/\/*.learndev.link\/elearning\/*"
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "content.js",
        "clear.css",
        "content.css",
        "main.css"
    ]
}