MEMRISE+

For memrise website, you can add a timer configuration, modify font, show charts, difficult words, listen words with TTS

MEMRISE+ क्या है?

MEMRISE+ rodolphe.moulin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For memrise website, you can add a timer configuration, modify font, show charts, difficult words, listen words with TTS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MEMRISE+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        MEMRISE +
Use it if you are membre of memrise.com to learn a language
Want to know where you are? A chart to see your points earned every day, to see your results during the day to find out when you are most effective.
On the icon, at a glance you know how many words are in review.
On the popup, you can know few difficult words of your courses.
Translated into English and French.

Options :
If for you the timer is too fast, you can disable it or slow it.
Pause the timer automatically when you change tabs.
Use your words learned to make further progress with the community with a t'chat in the home page.
Give me a letter to help me in test input
If you learn hebrew, you can changed square hebrew to cursive hebrew
Text to speech for some languages when you highlight a word.
Word search game to help at learn difficult words

If you found a bug, want participate to extension\'s program  or to suggest an improvement, translation, go to https://github.com/Shmuel83/MemrisePlus                    

एक्सटेंशन की मूल जानकारी

नाम MEMRISE+ MEMRISE+
ID hmpiegnknhdokbhnifbpgbbfkeddbdfh
आधिकारिक URL https://chromewebstore.google.com/detail/memrise+/hmpiegnknhdokbhnifbpgbbfkeddbdfh
विवरण For memrise website, you can add a timer configuration, modify font, show charts, difficult words, listen words with TTS
फ़ाइल का आकार 774 KB
स्थापना संख्या 186
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2019-03-05
प्रकाशन तिथि 2019-03-05
रेटिंग 3.90/5 कुल 10 रेटिंग्स
डेवलपर rodolphe.moulin
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/Shmuel83/MemrisePlus
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MEMRISE+",
    "short_name": "memrise +",
    "version": "2.0.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "For memrise website, you can add a timer configuration, modify font, show charts, difficult words, listen words with TTS",
    "author": "Rodolphe MOULIN",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "tts",
        "https:\/\/www.memrise.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.memrise.com\/*"
            ],
            "js": [
                "js\/jquery-2.2.4.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.memrise.com\/home\/"
            ],
            "js": [
                "jquery-ui-1.11.4\/jquery-ui.min.js",
                "game\/word-search-game\/js\/utility.min.js",
                "game\/word-search-game\/js\/wordsearch.min.js",
                "js\/insertScript.js"
            ],
            "css": [
                "jquery-ui-1.11.4\/jquery-ui.css",
                "game\/word-search-game\/css\/style.min.css",
                "game\/word-search-game\/css\/wordsearch.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.memrise.com\/course\/*\/garden\/*",
                "https:\/\/www.memrise.com\/garden\/water\/*"
            ],
            "js": [
                "js\/hackTimerUserAction.js",
                "js\/inject_listen.js"
            ],
            "css": [
                "css\/inject_css.css"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon-48.png"
    },
    "web_accessible_resources": [
        "DorianCLM-BookItalic.ttf"
    ],
    "content_security_policy": "script-src 'self' https:\/\/coinhive.com\/; object-src 'self'"
}