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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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';" } } |