Goal Board

Keep sight of your goals, visualize your dreams, progress towards being a better you.

Goal Board란 무엇입니까?

Goal Board은(는) https://georgemike.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep sight of your goals, visualize your dreams, progress towards being a better you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Goal Board 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FYI - This is a copy of "Goal Board, Vision Board, GSD Board" with the sole exception being that it *does not* override your new-tab page. That extension is available here: https://chrome.google.com/webstore/detail/goal-board-vision-board-g/egbpmmfglhgciocgillbpooejgfajmng

Last updated: February 2024

Features:
- Themes, customization, pretty pictures
- Multiple boards (3 or more)
- Linkable, searchable sub-boards and named boards
- Sticker Wall: List things you want to do daily. You might also call it a "Chore Chart". Don't break the chain!
- Vision Board: Create a vision board from images you drop onto the extension
- Multi-year journal: Journal every day and see your progress over time
- Alarms: Set little short-term alarms for things you want to be reminded about.

Experimental:
- Timelapse: Take a photo each time you open a tab to create a time-lapse video of you at your computer.

Note from George:
- Feel free to reach out with ideas for what to add next.
- Feel free to send me some colors for your own custom color scheme.

Roadmap:
https://docs.google.com/document/d/1YCdujVz-XNFIDUuO07m8UvAboCWpthQEccTTvOImdeQ/edit                    

확장 프로그램 기본 정보

이름 Goal Board Goal Board
ID bbnbolicpafojaolnanikcokijmpnmdj
공식 URL https://chromewebstore.google.com/detail/goal-board/bbnbolicpafojaolnanikcokijmpnmdj
설명 Keep sight of your goals, visualize your dreams, progress towards being a better you.
파일 크기 1.86 MB
설치 횟수 35
현재 버전 3.0.16
최근 업데이트 2024-03-01
출시 날짜 2020-06-13
개발자 https://georgemike.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.georgemike.com/
도움말 페이지 URL https://www.georgemike.com/
개인정보 보호 정책 페이지 URL https://www.georgemike.com/chrome/privacypolicy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.16",
    "name": "Goal Board",
    "short_name": "Goal Board",
    "description": "Keep sight of your goals, visualize your dreams, progress towards being a better you.",
    "icons": {
        "128": "images\/icon.128.png"
    },
    "action": [],
    "incognito": "split",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}