Ruzu Memrise pop-ups

Chrome extension that periodically presents memrise tests via notifications

Τι είναι το Ruzu Memrise pop-ups;

Το Ruzu Memrise pop-ups είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ruzu Studios, και η κύρια λειτουργία του είναι "Chrome extension that periodically presents memrise tests via notifications".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ruzu Memrise pop-ups

Λήψη αρχείων επέκτασης Ruzu Memrise pop-ups σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Chrome extension allows you to water your Memrise plants whilst working on other important tasks by harnessing the power of desktop notifications! Questions from your chosen course will periodically pop up for you to answer.

Features include:
- Course select
- Set how often questions pop up (every 5 mins, 10 mins etc)
- Turn on and off with the flick of a switch
- Review options that allow you to review all, due, difficult or starred cards.
- Check the status of the app with a glance (pop-ups enabled/disabled, not logged in to Memrise etc)
- Shortcuts to to enable / disable pop-ups or show the next question early
- Support for image questions                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ruzu Memrise pop-ups Ruzu Memrise pop-ups
ID eoepijkdcdnafobigopfohlobdhnegkm
Επίσημο URL https://chromewebstore.google.com/detail/ruzu-memrise-pop-ups/eoepijkdcdnafobigopfohlobdhnegkm
Περιγραφή Chrome extension that periodically presents memrise tests via notifications
Μέγεθος Αρχείου 162 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2020-11-04
Ημερομηνία Δημοσίευσης 2018-05-25
Αξιολόγηση 3.69/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Ruzu Studios
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "idle",
        "background",
        "contextMenus",
        "*:\/\/*.memrise.com\/*",
        "*:\/\/*.cloudfront.net\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "commands": {
        "ruzu-toggle-enabled": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Enable \/ Disable test notifications",
            "global": true
        },
        "ruzu-show-next-question": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Show next question",
            "global": true
        }
    },
    "web_accessible_resources": [
        "images\/icon48.png"
    ]
}