Motivate
Displays motivation quotes on the new tab page
什麼是Motivate?
Motivate是由https://sridattalabs.com開發的Chrome擴展程式,該擴展的主要功能是“Displays motivation quotes on the new tab page”。
擴展截圖
下載Motivate擴展crx文件
下載Motivate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You see your new tab page more often than any other site on the Internet. Motivate transforms your new tab page into a source of motivation, with inspiring quotes and beautiful landscapes. 擴展基本資訊
| 名稱 | |
| ID | fikbnglopgmdoobfkallgioahbeddajc |
| 官方網址 | https://chromewebstore.google.com/detail/motivate/fikbnglopgmdoobfkallgioahbeddajc |
| 簡介 | Displays motivation quotes on the new tab page |
| 檔案大小 | 10.26 MB |
| 安裝次數 | 1,810 |
| 目前版本 | 0.5 |
| 更新時間 | 2013-12-18 |
| 上架時間 | 2013-12-18 |
| 評分 | 4.47/5 共 53 次評分 |
| 開發者 | https://sridattalabs.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Motivate",
"version": "0.5",
"manifest_version": 2,
"description": "Displays motivation quotes on the new tab page",
"minimum_chrome_version": "20.0.1132.47",
"chrome_url_overrides": {
"newtab": "page.html"
},
"icons": {
"16": "img\/icons\/quote_square_16.png",
"48": "img\/icons\/quote_square_48.png",
"128": "img\/icons\/quote_square_128.png"
}
} | |