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是由https://mindstone.com开发的Chrome扩展程序,该扩展的主要功能是“Where knowledge meets endless opportunities. Boost your motivation and take control of your learning journey.”。

扩展截图

screenshot
screenshot

下载Mindstone: Better learning habits扩展crx文件

下载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\/*"
        ]
    }
}