Goal Board

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

Goal Board là gì?

Goal Board là một tiện ích mở rộng Chrome được phát triển bởi https://georgemike.com, và tính năng chính của nó là "Keep sight of your goals, visualize your dreams, progress towards being a better you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goal Board

Tải xuống các tệp mở rộng Goal Board dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Goal Board Goal Board
ID bbnbolicpafojaolnanikcokijmpnmdj
URL Chính Thức https://chromewebstore.google.com/detail/goal-board/bbnbolicpafojaolnanikcokijmpnmdj
Mô tả Keep sight of your goals, visualize your dreams, progress towards being a better you.
Kích Thước Tệp 1.86 MB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 3.0.16
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-06-13
Nhà Phát Triển https://georgemike.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.georgemike.com/
URL Trang Trợ Giúp https://www.georgemike.com/
URL Trang Chính Sách Bảo Mật https://www.georgemike.com/chrome/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}