Indistractable-Minimal New Tab & Screen time
Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension…
什麼是Indistractable-Minimal New Tab & Screen time?
Indistractable-Minimal New Tab & Screen time是由https://indistractable.xyz開發的Chrome擴展程式,該擴展的主要功能是“Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension…”。
擴展截圖
下載Indistractable-Minimal New Tab & Screen time擴展crx文件
下載Indistractable-Minimal New Tab & Screen time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension allows you to clear the clutter and see a minimalist clean slate every time you hit the new tab. A cherry on top is a new quote every few hours to help you stay motivated. You get overlay for screen time on each tab so that you know how much time you are spending on each website. You can see reports as to how you are spending time on the internet. Coming soon: More customisations including to-do list (that actually works!), calendar integration, and more Screen Time & website blocking capabilities. Feel free to reach out to us with any feedback you may have: [email protected] & drop us a rating + review in case you enjoyed it. Join our beta Check out android app
擴展基本資訊
名稱 | |
ID | kfgejlnmhacpkjolplkdpjfklphfighf |
官方網址 | https://chromewebstore.google.com/detail/indistractable-minimal-ne/kfgejlnmhacpkjolplkdpjfklphfighf |
簡介 | Indistractable is a Minimalist New Age Productivity Suite across your Android device and Chrome ecosystem. This Tab Extension… |
檔案大小 | 998 KB |
安裝次數 | 340 |
目前版本 | 0.0.5 |
更新時間 | 2022-07-02 |
上架時間 | 2020-11-30 |
評分 | 5.00/5 共 22 次評分 |
開發者 | https://indistractable.xyz |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.indistractable.xyz |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5", "manifest_version": 3, "name": "Indistractable-Minimal New Tab & Screen time", "permissions": [ "activeTab", "scripting", "idle", "storage", "tabs" ], "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-48.png", "default_title": "Screentime & more" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ " |