Time Limit
Bring discipline and intentionality to the web.
什麼是Time Limit?
Time Limit是由Zain Rehmani開發的Chrome擴展程式,該擴展的主要功能是“Bring discipline and intentionality to the web.”。
擴展截圖
下載Time Limit擴展crx文件
下載Time Limit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Time is wasted scrolling through websites. You can set time limits on mobile apps, but this experience hasn't been effectively brought over to web. TimeLimit allows you to add time limits to websites, and throughout the day, it tracks the number of times you've visited the website. If you pass the time limit on a site, you get to choose whether to extend by 15 minutes, ignore the limit for the day, or close the tab. Taking an explicit action should help you make better decisions on how to spend your time. Q: How do I add new websites to TimeLimit? How do I know how long I've spent on those sites? A: Click the TimeLimit chrome extension icon to pop up a view that allows you to add/edit/remove websites to track, as well as modify how long your time limit is for that site. You can also use that extension popup to track your time spent on websites and visit history. - Zain Rehmani ([email protected])
擴展基本資訊
名稱 | Time Limit |
ID | maojkkhnfbodbgbjmnnidflhkolhmfab |
官方網址 | https://chromewebstore.google.com/detail/time-limit/maojkkhnfbodbgbjmnnidflhkolhmfab |
簡介 | Bring discipline and intentionality to the web. |
檔案大小 | 23.75 KB |
安裝次數 | 561 |
目前版本 | 1.0.0 |
更新時間 | 2023-12-03 |
上架時間 | 2022-10-31 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Zain Rehmani |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Limit", "icons": { "16": "timeLimit16.png", "48": "timeLimit48.png", "128": "timeLimit128.png" }, "description": "Bring discipline and intentionality to the web.", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "run_at": "document_start", "js": [ "websiteload.js" ], "css": [ "css\/timelimitstyles.css" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "permissions": [ "activeTab", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "modal.html", "css\/timelimitstyles.css", "images\/waiting-time-icon.png" ], "matches": [ " |