WeLearn Extension

Collaborative Learning with WeLearn

WeLearn Extension là gì?

WeLearn Extension là một tiện ích mở rộng Chrome được phát triển bởi Centre de Recherche Interdisciplinaire, Paris, và tính năng chính của nó là "Collaborative Learning with WeLearn".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WeLearn Extension

Tải xuống các tệp mở rộng WeLearn Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Internet is not structured as a learning space. It's not optimized to find pedagogical resource, neither to facilitate skill learning processes. WeLearn will index and qualify learning resources. It lets people analyse their own learning path, and help them search for pedagogical resources.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WeLearn Extension WeLearn Extension
ID aheppdfnfcfnojcaipdajboppllolgpo
URL Chính Thức https://chromewebstore.google.com/detail/welearn-extension/aheppdfnfcfnojcaipdajboppllolgpo
Mô tả Collaborative Learning with WeLearn
Kích Thước Tệp 2.03 MB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 0.2.5-alpha
Cập Nhật Lần Cuối 2021-06-23
Ngày Phát Hành 2020-02-25
Nhà Phát Triển Centre de Recherche Interdisciplinaire, Paris
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://welearn.cri-paris.org
URL Trang Trợ Giúp https://welearn.cri-paris.org/pages/changelog.html
URL Trang Chính Sách Bảo Mật https://welearn.cri-paris.org/pages/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,fr,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "0.2.5",
    "version_name": "0.2.5-alpha",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/welearn.cri-paris.org",
    "author": "Centre de Recherches Interdisciplinaires",
    "icons": {
        "48": "icons\/extension\/icon-rounded.png",
        "96": "icons\/extension\/[email protected]",
        "128": "icons\/extension\/store-icon-128.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "chunks\/vendors.js",
            "chunks\/background.js"
        ]
    },
    "commands": {
        "toggle-action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "__MSG_command_toggle_action__"
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/extension\/anchor-idle.png",
            "32": "icons\/extension\/[email protected]"
        },
        "chrome_style": true,
        "default_title": "__MSG_actions_page_title__"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "omnibox": {
        "keyword": "welearn"
    },
    "options_ui": {
        "page": "pages\/extension-auth.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "web_accessible_resources": [
        "pages\/*",
        "icons\/*",
        "fonts\/*",
        "chunks\/*"
    ]
}