Timer Motivation
A new tab page to help focus on what's really important
什么是Timer Motivation?
Timer Motivation是由https://tolotra.co.nf开发的Chrome扩展程序,该扩展的主要功能是“A new tab page to help focus on what's really important”。
扩展截图
下载Timer Motivation扩展crx文件
下载Timer Motivation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will guarantee that you will always remember what are truly important in your life. Study has shown that goals with deadline have 300% more chance to be accomplished than a mere wish.
扩展基本信息
名称 | Timer Motivation |
ID | kncgbhhpfoecanpkcedlibfjmdnphkdj |
官方URL | https://chromewebstore.google.com/detail/timer-motivation/kncgbhhpfoecanpkcedlibfjmdnphkdj |
简介 | A new tab page to help focus on what's really important |
文件大小 | 4.47 MB |
安装次数 | 67 |
当前版本 | 0.0.3 |
更新时间 | 2017-05-07 |
上架时间 | 2017-05-07 |
评分 | 5.00/5 共2次评分 |
开发者 | https://tolotra.co.nf |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer Motivation", "version": "0.0.3", "manifest_version": 2, "description": "A new tab page to help focus on what's really important", "homepage_url": "http:\/\/github.com\/tolotrasam\/timer_motivation", "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "app\/index.html" }, "permissions": [ "https:\/\/*\/* " ] } |