Memrise on Steroids

Memrise on Steroids Abandoned project. Looking for a new maintainer:…

Memrise on Steroids란 무엇입니까?

Memrise on Steroids은(는) Tomáš Vyčítal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Memrise on Steroids Abandoned project. Looking for a new maintainer:…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Memrise on Steroids 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Memrise on Steroids

Abandoned project.
Looking for a new maintainer: https://bitbucket.org/tom_vycital/memrise-on-steroids/issues/21/maintainer-needed

Highly configurable unofficial Memrise extension for Google Chrome offering many tweaks to simplify studying.

 · A badge with useful info
 · A popup with more details
 · A chart of upcoming reviews
 · Various Memrise site tweaks
 · Shortcuts
 · Habitica tasks
 · And more…

Note: After installation you may want to use the collector (accessible from the options under the tools tab) to get word definitions and upcoming reviews. Updating is done during learning/reviewing sessions (except for reviewing done in the app or some other browser), so there is usually no need to use it multiple times.                    

확장 프로그램 기본 정보

이름 Memrise on Steroids Memrise on Steroids
ID mifgahfgompanmhaijkihnkompgjheal
공식 URL https://chromewebstore.google.com/detail/memrise-on-steroids/mifgahfgompanmhaijkihnkompgjheal
설명 Memrise on Steroids Abandoned project. Looking for a new maintainer:…
파일 크기 345 KB
설치 횟수 43
현재 버전 2.10.12
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 5.00/5 총 3 개의 평점
개발자 Tomáš Vyčítal
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bitbucket.org/tom_vycital/memrise-on-steroids/overview
지원되는 언어 en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memrise on Steroids",
    "short_name": "MoS",
    "version": "2.10.12",
    "manifest_version": 2,
    "description": "",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/xregexp-all.js",
            "js\/jquery\/jquery.cookie.js",
            "src\/bg\/badge.js",
            "src\/bg\/db.js",
            "src\/bg\/habitica.js",
            "src\/bg\/loader.js",
            "src\/bg\/notifications.js",
            "src\/bg\/times.js",
            "src\/bg\/words.js",
            "src\/ignoreLib.js",
            "src\/loaderLib.js",
            "src\/namesLib.js",
            "src\/orderLib.js",
            "src\/settings.js",
            "src\/utils.js",
            "src\/wordsLib.js",
            "src\/bg\/script.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "",
        "default_popup": "src\/browser_action\/popup\/index.html"
    },
    "permissions": [
        "*:\/\/*.memrise.com\/*",
        "alarms",
        "cookies",
        "notifications",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.memrise.com\/*\/garden\/*",
                "*:\/\/*.memrise.com\/garden\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/xregexp-all.js",
                "src\/inject\/actions.js",
                "src\/inject\/addID.js",
                "src\/inject\/deleteUnreviewed.js",
                "src\/inject\/endOfSession.js",
                "src\/inject\/pause.js",
                "src\/inject\/reviewColorInSpeed.js",
                "src\/inject\/sessionStats.js",
                "src\/inject\/streak.js",
                "src\/inject\/streakPerfect.js",
                "src\/inject\/words.js",
                "src\/inject\/wrong.js",
                "src\/inject\/xhr.js",
                "src\/keys.js",
                "src\/namesLib.js",
                "src\/wordsLib.js",
                "src\/inject\/script.js"
            ],
            "css": [
                "src\/inject\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.memrise.com\/*\/edit\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/edit\/script.js"
            ],
            "css": [
                "src\/inject\/style.css"
            ]
        }
    ],
    "commands": {
        "review": {
            "suggested_key": {
                "default": "Alt+M"
            },
            "description": "Review one category"
        },
        "review_course": {
            "description": "Review one course"
        },
        "learn_course": {
            "description": "Learn"
        },
        "next_level": {
            "description": "Open next learning level"
        },
        "reload": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Reload learning data"
        },
        "open_in_tab": {
            "description": "Open in new tab"
        },
        "open_memrise": {
            "description": "Open Memrise"
        },
        "open_memrise_settings_learning": {
            "description": "Open Memrise learning settings"
        },
        "open_chart": {
            "description": "Open a chart in new tab"
        }
    }
}