Streak Tracker
Track your most important habit on a new tab
什麼是Streak Tracker?
Streak Tracker是由https://ignacio.al開發的Chrome擴展程式,該擴展的主要功能是“Track your most important habit on a new tab”。
擴展截圖
下載Streak Tracker擴展crx文件
下載Streak Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
----- Updates for 1.6.2: Thanks for sharing your comments and suggestions! This version brings dark mode and a way to name your habit streak. We will keep improving this extension for you! ----- Track your most important habit progress every time you open a new tab, keep motivated and don't lose your streak! If you want more features, talk about habits or report any bug please contact me at https://twitter.com/ignacioaal
擴展基本資訊
名稱 | Streak Tracker |
ID | fjdnbfpmonlaapmkboaihnaecphjjakd |
官方網址 | https://chromewebstore.google.com/detail/streak-tracker/fjdnbfpmonlaapmkboaihnaecphjjakd |
簡介 | Track your most important habit on a new tab |
檔案大小 | 11.82 KB |
安裝次數 | 505 |
目前版本 | 1.6.2 |
更新時間 | 2022-03-04 |
上架時間 | 2018-06-05 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://ignacio.al |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ignacio.al |
說明頁面URL | https://twitter.com/ignacioaal |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streak Tracker", "description": "Track your most important habit on a new tab", "version": "1.6.2", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "icons": { "128": "\/file.png" }, "chrome_url_overrides": { "newtab": "\/index.html" } } |