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 擴展基本資訊
| 名稱 | |
| ID | mebfadffaiadgfhoieipinanpcmklhil |
| 官方網址 | 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"
} | |