Goal Board, Vision Board, GSD Board

Get rid of distractions and deviations from success in your most frequent browser interaction.

什麼是Goal Board, Vision Board, GSD Board?

Goal Board, Vision Board, GSD Board是由https://georgemike.com開發的Chrome擴展程式,該擴展的主要功能是“Get rid of distractions and deviations from success in your most frequent browser interaction.”。

擴展截圖

screenshot
screenshot
screenshot

下載Goal Board, Vision Board, GSD Board擴展crx文件

下載Goal Board, Vision Board, GSD Board擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This app overrides the new tab page with an editable page you can customize with your overarching life goals. 

Note: If you'd like all the features below, but do not want to override the new tab page, this extension is just that:
https://chrome.google.com/webstore/detail/goal-board-standalone/bbnbolicpafojaolnanikcokijmpnmdj

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.
- Focus Sounds: Play Brown, Pink or White Noise to help focus.
- 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, Vision Board, GSD Board Goal Board, Vision Board, GSD Board
ID egbpmmfglhgciocgillbpooejgfajmng
官方網址 https://chromewebstore.google.com/detail/goal-board-vision-board-g/egbpmmfglhgciocgillbpooejgfajmng
簡介 Get rid of distractions and deviations from success in your most frequent browser interaction.
檔案大小 1.86 MB
安裝次數 749
目前版本 3.0.16
更新時間 2024-02-28
上架時間 2020-06-27
評分 4.84/5 共 25 次評分
開發者 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, Vision Board, GSD Board",
    "short_name": "Goal Board",
    "description": "Get rid of distractions and deviations from success in your most frequent browser interaction.",
    "icons": {
        "128": "images\/icon.128.png"
    },
    "incognito": "split",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "alarms",
        "notifications"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}