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 |
| 官方網址 | 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"
}
} | |