Daily Motivation - Motivational Quotes
Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.
什么是Daily Motivation - Motivational Quotes?
Daily Motivation - Motivational Quotes是由Ata Gowani开发的Chrome扩展程序,该扩展的主要功能是“Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.”。
扩展截图
下载Daily Motivation - Motivational Quotes扩展crx文件
下载Daily Motivation - Motivational Quotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Start every new search with motivation! This extension will show a new motivational quote every time you open a new tab! Get motivated and enjoy a new and beautiful looking tab.
"Shower and motivation don't last forever that's why it's recommended daily."
NEWEST UPDATES!!
-> More quotes!
** For the nerds: https://github.com/AtaGowani/Daily-Motivation ** 扩展基本信息
| 名称 | |
| ID | nonnkklkpbokmppgochfdamhihaijdin |
| 官方URL | https://chromewebstore.google.com/detail/daily-motivation-motivati/nonnkklkpbokmppgochfdamhihaijdin |
| 简介 | Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab. |
| 文件大小 | 702 KB |
| 安装次数 | 20,000 |
| 当前版本 | 2.4.13 |
| 更新时间 | 2018-12-21 |
| 上架时间 | 2018-12-21 |
| 评分 | 4.74/5 共90次评分 |
| 开发者 | Ata Gowani |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://atagowani.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Daily Motivation - Motivational Quotes",
"version": "2.4.13",
"description": "Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |