New Tab Goals
Your goals on every new tab.
什麼是New Tab Goals?
New Tab Goals是由Johnson Fung開發的Chrome擴展程式,該擴展的主要功能是“Your goals on every new tab.”。
擴展截圖
下載New Tab Goals擴展crx文件
下載New Tab Goals擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Each new tab shows one of your goals on top of a beautiful photo.
All goals are saved on your machine. No login or account needed. No data is stored or tracked.
100% free, ad-free, and open-sourced.
--
My partner and I needed a way to remind ourselves of our new year goals and mantras, so we made this extension. We hope it's helpful to you and yours.
--
Thanks to the extension Buffer Values for the inspiration (and base code) and thanks to Unsplash.com for the beautiful photos. 擴展基本資訊
| 名稱 | |
| ID | fochagcpmmbpejabaegjgokbkjldiodg |
| 官方網址 | https://chromewebstore.google.com/detail/new-tab-goals/fochagcpmmbpejabaegjgokbkjldiodg |
| 簡介 | Your goals on every new tab. |
| 檔案大小 | 99.48 KB |
| 安裝次數 | 40 |
| 目前版本 | 1.1.1 |
| 更新時間 | 2020-02-04 |
| 上架時間 | 2020-02-04 |
| 評分 | 5.00/5 共 7 次評分 |
| 開發者 | Johnson Fung |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab Goals",
"version": "1.1.1",
"author": "Johnson Fung",
"short_name": "New Tab Goals",
"description": "Your goals on every new tab.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "graphics\/icons\/icon-128x128.png",
"48": "graphics\/icons\/icon-48x48.png",
"16": "graphics\/icons\/icon-16x16.png"
}
} | |