Goal Board, Vision Board, GSD Board
Get rid of distractions and deviations from success in your most frequent browser interaction.
Was ist Goal Board, Vision Board, GSD Board?
Goal Board, Vision Board, GSD Board ist eine Chrome-Erweiterung, die von https://georgemike.com entwickelt wurde, und ihr Hauptmerkmal ist "Get rid of distractions and deviations from success in your most frequent browser interaction.".
Erweiterungsscreenshots
Goal Board, Vision Board, GSD Board-Erweiterungs-CRX-Datei herunterladen
Laden Sie Goal Board, Vision Board, GSD Board-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Goal Board, Vision Board, GSD Board |
ID | egbpmmfglhgciocgillbpooejgfajmng |
Offizielle URL | https://chromewebstore.google.com/detail/goal-board-vision-board-g/egbpmmfglhgciocgillbpooejgfajmng |
Beschreibung | Get rid of distractions and deviations from success in your most frequent browser interaction. |
Dateigröße | 1.86 MB |
Installationsanzahl | 749 |
Aktuelle Version | 3.0.16 |
Letztes Update | 2024-02-28 |
Veröffentlichungsdatum | 2020-06-27 |
Bewertung | 4.84/5 Insgesamt 25 Bewertungen |
Entwickler | https://georgemike.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.georgemike.com/ |
Hilfeseite URL | https://www.georgemike.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.georgemike.com/chrome/privacypolicy |
Unterstützte Sprachen | 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';" } } |