Get Motivated
Let me motivate you everyday. I won't annoy you, I promise.
什么是Get Motivated?
Get Motivated是由Rahul Kapoor开发的Chrome扩展程序,该扩展的主要功能是“Let me motivate you everyday. I won't annoy you, I promise.”。
扩展截图
下载Get Motivated扩展crx文件
下载Get Motivated扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*Note* Updated new tab page with a minimal non-intrusive UI and a new logo. "Get Motivated" is a small lightweight extension that gives a new minimal look to your "New Tab" page on Google Chrome with a beautiful quote in order to motivate you one tab at a time. The quotes have been curated from Internet with utmost care in order to give you the best ones that are out there. Install this small 50-60 kB extension and let me know by reviewing it once if you like it.
扩展基本信息
名称 | Get Motivated |
ID | glpopnaifhjhcibncepibjbehblannde |
官方URL | https://chromewebstore.google.com/detail/get-motivated/glpopnaifhjhcibncepibjbehblannde |
简介 | Let me motivate you everyday. I won't annoy you, I promise. |
文件大小 | 46.4 KB |
安装次数 | 18 |
当前版本 | 1.1 |
更新时间 | 2018-03-25 |
上架时间 | 2018-03-24 |
评分 | 5.00/5 共1次评分 |
开发者 | Rahul Kapoor |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rahul Kapoor", "short_name": "GetMotivated", "background": { "persistent": false, "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "Let me motivate you everyday. I won't annoy you, I promise.", "homepage_url": "https:\/\/github.com\/rahulkapoor90\/Get-Motivated", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Get Motivated", "offline_enabled": true, "permissions": [ "storage" ], "version": "1.1" } |