MindParse
A Chrome extension for tracking habit goals, daily tasks, mood, and productivity.
什麼是MindParse?
MindParse是由MindParse開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension for tracking habit goals, daily tasks, mood, and productivity.”。
擴展截圖
下載MindParse擴展crx文件
下載MindParse擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MindParse is a premier productivity application. Its features combine different elements of health, wellness, and productivity into one platform. Once installed, this extension will open a dashboard page every time a Chrome tab is opened that lets users see their tasks, goals, mood, and productivity easily throughout the day. This drastically increases the likelihood of completing tasks, maximizing productivity, and building new healthy habits. This extension includes a todo list that allows users to to track daily tasks, a habit tracker that lets users monitor their long term habits, a Pomodoro timer that allows users to effectively practice the Pomodoro method, and a mood tracker to let users reflect on their mood throughout time. This extension also includes a statistics page that allows users to see their usage of the different components of this program. With MindParse, working remotely will no longer be as arduous. Users can work remotely while feeling more productive, motivated, and satisfied.
擴展基本資訊
名稱 | MindParse |
ID | npceanllengiephifkoagdngafflekdm |
官方網址 | https://chromewebstore.google.com/detail/mindparse/npceanllengiephifkoagdngafflekdm |
簡介 | A Chrome extension for tracking habit goals, daily tasks, mood, and productivity. |
檔案大小 | 3.52 MB |
安裝次數 | 177 |
目前版本 | 0.0.1 |
更新時間 | 2020-12-10 |
上架時間 | 2020-12-09 |
評分 | 4.10/5 共 10 次評分 |
開發者 | MindParse |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MindParse", "description": "A Chrome extension for tracking habit goals, daily tasks, mood, and productivity.", "version": "0.0.1", "icons": { "16": "MindParseIcon.png", "48": "MindParseIcon.png", "128": "MindParseIcon.png" }, "browser_action": { "default_popup": "index.html", "default_title": "MindParse" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |