Derigo Dash
Transform your browser "new tab" into your own space of productivity & motivation
什麼是Derigo Dash?
Derigo Dash是由Derigo Dash開發的Chrome擴展程式,該擴展的主要功能是“Transform your browser "new tab" into your own space of productivity & motivation”。
擴展截圖
下載Derigo Dash擴展crx文件
下載Derigo Dash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Derigo Dash transforms your browser "new tab" into your own space of productivity & motivation. It gathers everything that's important to you in one central place. And keeps you reminded about it every time you open a new tab. The perfect solution to build productive habits and to add momentum to your days with your own personal dashboard. • Gather everything that's important to you in ONE place • Gain clarity by defining your goals and daily tasks • Define and track your habits to build more productive habits • Stay motivated with quotes, lessons and affirmations that you value • Boost your focus using the Pomodoro Timer technique Personalize your browser startpage with our different widgets and features: • Beautiful backgrounds • Todo widget to define your daily tasks, goals, bucket list, etc. • Pomodoro widget to increase your focus and productivity • Quotes widget for daily inspiration and motivation • Habits widget to define and track and build your habits • Notes widget to write down your thoughts, learnings, actions ★ ★ ★ ★ ★ Used by employees from Google, Facebook, Twitter, Netflix, and more Featured on Product Hunt, Indie Hackers, Reddit, Lifehacker, and more CONTACT & FEEDBACK https://www.derigodash.com/feedback GET IN TOUCH Blog https://derigodash.com/blog Twitter https://twitter.com/DerigoDash Instagram https://www.instagram.com/derigodash/ Facebook https://www.facebook.com/Derigo-Dash-105406024859081
擴展基本資訊
名稱 | Derigo Dash |
ID | aiadgflpmkcihappkfkbgehghkiadnip |
官方網址 | https://chromewebstore.google.com/detail/derigo-dash/aiadgflpmkcihappkfkbgehghkiadnip |
簡介 | Transform your browser "new tab" into your own space of productivity & motivation |
檔案大小 | 55.9 MB |
安裝次數 | 419 |
目前版本 | 1.5.1 |
更新時間 | 2021-12-14 |
上架時間 | 2021-07-06 |
評分 | 5.00/5 共 7 次評分 |
開發者 | Derigo Dash |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://www.derigodash.com |
說明頁面URL | https://www.derigodash.com/feedback |
隱私政策頁面URL | https://www.derigodash.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/www.derigodash.com\/", "description": "Transform your browser \"new tab\" into your own space of productivity & motivation", "default_locale": "en", "permissions": [ "search", "notifications", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_security_policy": "script-src 'self' 'sha256-wMGmF2GDq2Ibdd+Iewx9T8ufSZtDCRGYHHGJ7fBMFa4=' https:\/\/*.firebasedatabase.app https:\/\/www.google-analytics.com;object-src 'none'", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "override.html" }, "version": "1.5.1" } |