Mindful (Beta)

A space for your thoughts, ideas and ongoing tasks

Mindful (Beta)란 무엇입니까?

Mindful (Beta)은(는) azumbrunnen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A space for your thoughts, ideas and ongoing tasks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Mindful (Beta) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mindful is space for your thoughts, ideas and ongoing tasks. It works where you work. In every new tab.

Sync across devices:
Login to Chrome to automatically sync your Mindful notes using your Google Account.

By the time you open Mindful, your new notes will already be there.

Flow writing:
Start a new line with SPACE for on the fly content creation.

Dots:
The three dots follow you throughout your document. Tap on the dots to see all the options.

Contextual options:
Whenever you select text, you get the options that are contextually relevant for your selection.                    

확장 프로그램 기본 정보

이름 Mindful (Beta) Mindful (Beta)
ID cieekmjjdkckhpidgaffphlaljdfhhab
공식 URL https://chromewebstore.google.com/detail/mindful-beta/cieekmjjdkckhpidgaffphlaljdfhhab
설명 A space for your thoughts, ideas and ongoing tasks
파일 크기 370 KB
설치 횟수 5,544
현재 버전 0.9.8210
최근 업데이트 2016-12-29
출시 날짜 2016-12-28
평점 4.53/5 총 152 개의 평점
개발자 azumbrunnen
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.azumbrunnen.me
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindful (Beta)",
    "description": "A space for your thoughts, ideas and ongoing tasks",
    "version": "0.9.8210",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlTZuvyBgsDmFXhohThDQ5cDDQJQXcAV\/4GyaWvAxpXk1Pga4vQRZZ4f583WQJgGn8SgRgkzrbG\/ZN0aa0HuSAt1HFEJKG79BXaf\/xFygsLfxvFpeinQ8KoDOTU247MA7wJ5erCMd0BrbR63Zzf7HnZ4aRowapj75pOqnThnm35qTPW1bPGBX1y4N8d\/14n94I5vLKl2dKVPnscxhsjxnz64+Vd7kxWSnzXh+aHsSWRdlnnH3pJavHt3KojedcTjtLXKWhVwxlJ\/3FxnOicIqV0OTEUyQguP7uIgRPUD+BKVC\/fpx4TcjNTiDb0PawnM2J1qCTJL3Xi\/GvzaeE61EHwIDAQAB",
    "offline_enabled": true,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}