Motivation Todo list with age counter.
Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
什么是Motivation Todo list with age counter.?
Motivation Todo list with age counter.是由wojciech.kokorzycki开发的Chrome扩展程序,该扩展的主要功能是“Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation”。
扩展截图
下载Motivation Todo list with age counter.扩展crx文件
下载Motivation Todo list with age counter.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
官方URL | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
简介 | Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation |
文件大小 | 489 KB |
安装次数 | 44 |
当前版本 | 0.1.1 |
更新时间 | 2017-03-18 |
上架时间 | 2017-03-18 |
评分 | 3.00/5 共2次评分 |
开发者 | wojciech.kokorzycki |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Motivation Todo list with age counter.", "version": "0.1.1", "manifest_version": 2, "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" }, "permissions": [ "storage" ] } |