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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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