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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of distractions and deviations from success in your most frequent browser interaction."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Goal Board, Vision Board, GSD Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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';"
    }
}