Mindstone: Better learning habits

Where knowledge meets endless opportunities. Boost your motivation and take control of your learning journey.

Τι είναι το Mindstone: Better learning habits;

Το Mindstone: Better learning habits είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mindstone.com, και η κύρια λειτουργία του είναι "Where knowledge meets endless opportunities. Boost your motivation and take control of your learning journey.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Mindstone: Better learning habits

Λήψη αρχείων επέκτασης Mindstone: Better learning habits σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        One click to save articles, podcasts, videos or anything else you find on the internet. Get to what’s important, while discarding the rest and knowing everything is safely stored whenever you need it again. 
 
Dive deeper into the content that really matters, by highlighting important passages, automatically summarising long articles and removing the clutter surrounding information you engage with online.                    

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

Όνομα Mindstone: Better learning habits Mindstone: Better learning habits
ID jadnmojgpippfggmljlocloipejjalob
Επίσημο URL https://chromewebstore.google.com/detail/mindstone-better-learning/jadnmojgpippfggmljlocloipejjalob
Περιγραφή Where knowledge meets endless opportunities. Boost your motivation and take control of your learning journey.
Μέγεθος Αρχείου 825 KB
Αριθμός Εγκαταστάσεων 3,329
Τρέχουσα Έκδοση 0.12.1
Τελευταία Ενημέρωση 2023-12-17
Ημερομηνία Δημοσίευσης 2021-02-17
Αξιολόγηση 4.67/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής https://mindstone.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.mindstone.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.mindstone.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.mindstone.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.0551f662.png",
        "32": "icon32.plasmo.e52a70c9.png",
        "48": "icon48.plasmo.326ea21c.png",
        "64": "icon64.plasmo.1668ff28.png",
        "128": "icon128.plasmo.6c366831.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.0551f662.png",
            "32": "icon32.plasmo.e52a70c9.png",
            "48": "icon48.plasmo.326ea21c.png",
            "64": "icon64.plasmo.1668ff28.png",
            "128": "icon128.plasmo.6c366831.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.12.1",
    "author": "Mindstone",
    "name": "Mindstone: Better learning habits",
    "description": "Where knowledge meets endless opportunities. Boost your motivation and take control of your learning journey.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.dataplane.rs.mindstone.dev\/*",
        "https:\/\/*.rs.mindstone.dev\/*",
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dataplane.rs.mindstone.dev\/*",
            "https:\/\/*.rs.mindstone.dev\/*"
        ]
    }
}