Colorful Motivation - New Tab Page
Replaces the new tab page with colorful motivation.
什么是Colorful Motivation - New Tab Page?
Colorful Motivation - New Tab Page是由joshspicer开发的Chrome扩展程序,该扩展的主要功能是“Replaces the new tab page with colorful motivation.”。
扩展截图
下载Colorful Motivation - New Tab Page扩展crx文件
下载Colorful Motivation - New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace the (boring) new tab page with (fun and colorful) motivation. Displays your current age as it slowly ticks up, and generates a background color based on that moment. Easy to edit your birthday, just click the date in the bottom-left! Inspired by the idea put forth in Chrome extension "Motivation" by maccman. Open source on Github: https://github.com/joshspicer/colorful-motivation
扩展基本信息
名称 | Colorful Motivation - New Tab Page |
ID | mebfadffaiadgfhoieipinanpcmklhil |
官方URL | https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil |
简介 | Replaces the new tab page with colorful motivation. |
文件大小 | 178 KB |
安装次数 | 160 |
当前版本 | 0.31 |
更新时间 | 2018-08-22 |
上架时间 | 2018-08-21 |
评分 | 4.83/5 共6次评分 |
开发者 | joshspicer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorful Motivation - New Tab Page", "version": "0.31", "author": "Josh Spicer", "description": "Replaces the new tab page with colorful motivation.", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html" } |