Mindstone: Better learning habits

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

O que é Mindstone: Better learning habits?

Mindstone: Better learning habits é uma extensão do Chrome desenvolvida por https://mindstone.com, e sua principal característica é "Where knowledge meets endless opportunities. Boost your motivation and take control of your learning journey.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Mindstone: Better learning habits

Baixe arquivos de extensão Mindstone: Better learning habits no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Mindstone: Better learning habits Mindstone: Better learning habits
ID jadnmojgpippfggmljlocloipejjalob
URL Oficial https://chromewebstore.google.com/detail/mindstone-better-learning/jadnmojgpippfggmljlocloipejjalob
Descrição Where knowledge meets endless opportunities. Boost your motivation and take control of your learning journey.
Tamanho do Arquivo 825 KB
Contagem de Instalações 3,329
Versão Atual 0.12.1
Última Atualização 2023-12-17
Data de Publicação 2021-02-17
Classificação 4.67/5 Total de 24 Avaliações
Desenvolvedor https://mindstone.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.mindstone.com
URL da Página de Ajuda https://www.mindstone.com
URL da Página de Política de Privacidade https://www.mindstone.com/privacy-policy
Idiomas Suportados 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\/*"
        ]
    }
}