InCheck
Keep track of your weekly habits with In Check, a new tab chrome extension.
什麼是InCheck?
InCheck是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Keep track of your weekly habits with In Check, a new tab chrome extension.”。
擴展截圖
下載InCheck擴展crx文件
下載InCheck擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Keep track of your weekly habits with In Check. Want to exercise everyday? Want to meditate 5 times a week? Use the In Check extension to turn your new tab page into a reminder of your habits. Once you've completed one of your habits click the check box and watch your achievements build up with satisfaction. Features: Keep track of your habits across all chrome browsers. Set three goals you want to make a habit of. Set how many times a week you want to do it a week. Tick off the activities each time you complete them in the week. Reset your boxes each week.
擴展基本資訊
名稱 | InCheck |
ID | jpkkglnfmiladdphackclehjjodakmpn |
官方網址 | https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn |
簡介 | Keep track of your weekly habits with In Check, a new tab chrome extension. |
檔案大小 | 77.53 KB |
安裝次數 | 38 |
目前版本 | 1 |
更新時間 | 2015-06-07 |
上架時間 | 2015-06-07 |
評分 | 1.50/5 共 2 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InCheck", "description": "Keep track of your weekly habits with In Check, a new tab chrome extension.", "version": "1", "permissions": [ "storage" ], "background": { "scripts": [ "js\/vendor\/angular.min.js" ] }, "incognito": "split", "chrome_url_overrides": { "newtab": "main.html" }, "manifest_version": 2 } |