Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
什么是Motivation??
Motivation?是由neilbedi开发的Chrome扩展程序,该扩展的主要功能是“New tab extension inspired by the Motivation extension. Counts down not up.”。
扩展截图
下载Motivation?扩展crx文件
下载Motivation?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Uses a life expectancy calculator from the University of Pennsylvania (http://gosset.wharton.upenn.edu/mortality/form.html) to estimate your time of death. Counts down the years left to the billionth decimal place.
扩展基本信息
名称 | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
官方URL | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
简介 | New tab extension inspired by the Motivation extension. Counts down not up. |
文件大小 | 116 KB |
安装次数 | 124 |
当前版本 | 0.2 |
更新时间 | 2015-07-13 |
上架时间 | 2015-07-13 |
评分 | 3.50/5 共6次评分 |
开发者 | neilbedi |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motivation?", "description": "New tab extension inspired by the Motivation extension. Counts down not up.", "version": "0.2", "permissions": [ "activeTab", "http:\/\/gosset.wharton.upenn.edu\/", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |