WeLearn Extension

Collaborative Learning with WeLearn

WeLearn Extension란 무엇입니까?

WeLearn Extension은(는) Centre de Recherche Interdisciplinaire, Paris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collaborative Learning with WeLearn"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WeLearn Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WeLearn Extension WeLearn Extension
ID aheppdfnfcfnojcaipdajboppllolgpo
공식 URL https://chromewebstore.google.com/detail/welearn-extension/aheppdfnfcfnojcaipdajboppllolgpo
설명 Collaborative Learning with WeLearn
파일 크기 2.03 MB
설치 횟수 213
현재 버전 0.2.5-alpha
최근 업데이트 2021-06-23
출시 날짜 2020-02-25
개발자 Centre de Recherche Interdisciplinaire, Paris
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://welearn.cri-paris.org
도움말 페이지 URL https://welearn.cri-paris.org/pages/changelog.html
개인정보 보호 정책 페이지 URL https://welearn.cri-paris.org/pages/privacy-policy.html
지원되는 언어 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\/*"
    ]
}