LearnFaster

Enhancement suite for the Learn VLE

LearnFaster란 무엇입니까?

LearnFaster은(는) Matthew Robinson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhancement suite for the Learn VLE"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Features:
- Search bar: Returns both text and announcements relevant to the search term found within your scope of access.
- Module content inflation: Expands the module content subpages and documents contained within, to make all visible on one page.
- Sticky side menu: Affixes the side menu to the top of your screen, no matter how far down you scroll.
- 😺 + 🐶                    

확장 프로그램 기본 정보

이름 LearnFaster LearnFaster
ID gpnepihajljigdgpcafkcjpgopbpkjkk
공식 URL https://chromewebstore.google.com/detail/learnfaster/gpnepihajljigdgpcafkcjpgopbpkjkk
설명 Enhancement suite for the Learn VLE
파일 크기 75.83 KB
설치 횟수 19
현재 버전 4.0.3
최근 업데이트 2019-03-07
출시 날짜 2019-03-07
평점 5.00/5 총 6 개의 평점
개발자 Matthew Robinson
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://rsquareddevs.wixsite.com/learnfasterpp
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LearnFaster",
    "version": "4.0.3",
    "description": "Enhancement suite for the Learn VLE",
    "options_page": "info.html",
    "author": "Matthew Robinson ",
    "short_name": "LearnFaster",
    "icons": {
        "128": "Search_icon_small.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "worker_proxy.js",
                "fontawesome.js",
                "stickymenu.js",
                "localforage.js"
            ],
            "matches": [
                "https:\/\/www.learn.ed.ac.uk\/*"
            ]
        },
        {
            "js": [
                "animals.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "info.js"
            ],
            "matches": [
                "http:\/\/*\/info.html"
            ]
        }
    ],
    "background": {
        "scripts": [
            "worker_proxy.js",
            "background.js",
            "stickymenu.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "content.js",
        "content2.js",
        "fontawesome.js",
        "info.js",
        "localforage.js",
        "searchWorker.js",
        "stickymenu.js",
        "styles.css",
        "uoe_learn.png",
        "search_icon_stroke_small.png",
        "worker_proxy.html"
    ],
    "browser_action": {
        "default_icon": "Search_icon_small.png"
    }
}