Motivation
Replace new tab page with Motivation
什么是Motivation?
Motivation是由maccman开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with Motivation”。
扩展截图
下载Motivation扩展crx文件
下载Motivation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces your 'new-tab' page with a real-time counter showing your current age.
扩展基本信息
名称 | Motivation |
ID | ofdgfpchbidcgncgfpdlpclnpaemakoj |
官方URL | https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj |
简介 | Replace new tab page with Motivation |
文件大小 | 96.48 KB |
安装次数 | 37,605 |
当前版本 | 0.6 |
更新时间 | 2014-07-18 |
上架时间 | 2014-07-17 |
评分 | 4.44/5 共412次评分 |
开发者 | maccman |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace new tab page with Motivation", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Motivation", "offline_enabled": true, "version": "0.6" } |