Productivity Supreme
Do job 2x faster! Plan tasks to work on and focus smartly on them.
什么是Productivity Supreme?
Productivity Supreme是由Vadagon开发的Chrome扩展程序,该扩展的主要功能是“Do job 2x faster! Plan tasks to work on and focus smartly on them.”。
扩展截图
下载Productivity Supreme扩展crx文件
下载Productivity Supreme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
=> The Advanced Project Manager <= Productivity Supreme is a hybrid of: * To-do list * Pomodoro or 52/17 workflow * Take a break reminder Productivity Supreme also fits into your Pomodoro workflow with automated reminders. How to use it properly? 1. Add a task 2. Press play 🞂 button, which is located just over the task 3. To change work/pause duration, click on the settings ⚙ (top right corner) The extension is still under development! Features: - custom new tab - data sync - to do list Privacy: Your data is yours and yours only. I will never share or distribute your data. Support and Feedback: I'd love to hear from you! Drop me a line at [email protected]
扩展基本信息
名称 | |
ID | pilhjjhjplpamgcnnochhdeklkmehghg |
官方URL | https://chrome.google.com/webstore/detail/productivity-supreme/pilhjjhjplpamgcnnochhdeklkmehghg |
简介 | Do job 2x faster! Plan tasks to work on and focus smartly on them. |
文件大小 | 6.32 MB |
安装次数 | 48 |
当前版本 | 0.9.2 |
更新时间 | 2018-10-08 |
上架时间 | 2018-10-08 |
评分 | 5.00/5 共1次评分 |
开发者 | Vadagon |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://parallis.ltd/pp |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Productivity Supreme", "version": "0.9.2", "manifest_version": 2, "description": "Do job 2x faster! Plan tasks to work on and focus smartly on them.", "icons": { "128": "images\/play.png" }, "offline_enabled": true, "default_locale": "en", "background": { "scripts": [ "js\/plugins.js", "js\/jquery\/jquery.min.js", "src\/bg\/crx2zip.js", "src\/bg\/jszip.min.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/override\/override.html#!\/settings", "browser_action": { "default_icon": "images\/play.png", "default_title": "browser action demo", "default_popup": "src\/override\/override.html" }, "web_accessible_resources": [ "img\/*", "images\/*", "css\/*", "js\/*", "chrome-extension:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "*:\/\/*\/*", "chrome-extension:\/\/*\/*", "storage", "management", "tabs" ] } |