Stayed focused
Stay focused by setting website lock out timers to prevent distractions.
什么是Stayed focused?
Stayed focused是由marnie8642开发的Chrome扩展程序,该扩展的主要功能是“Stay focused by setting website lock out timers to prevent distractions.”。
扩展截图
下载Stayed focused扩展crx文件
下载Stayed focused扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Temporarily lock websites to prevent distractions.
扩展基本信息
名称 | Stayed focused |
ID | lieoebpmdehgcfaaobcckmhanfpeccle |
官方URL | https://chromewebstore.google.com/detail/stayed-focused/lieoebpmdehgcfaaobcckmhanfpeccle |
简介 | Stay focused by setting website lock out timers to prevent distractions. |
文件大小 | 243 KB |
安装次数 | 34 |
当前版本 | 1.0.3 |
更新时间 | 2021-11-29 |
上架时间 | 2021-11-23 |
开发者 | marnie8642 |
电子邮箱 | [email protected] |
付费类型 | in_app |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stayed focused", "description": "Stay focused by setting website lock out timers to prevent distractions.", "version": "1.0.3", "manifest_version": 3, "action": { "default_popup": "views\/popup.html", "default_icon": { "16": "images\/lock.png", "32": "images\/lock.png", "48": "images\/lock.png", "128": "images\/lock.png" } }, "icons": { "16": "images\/lock.png", "32": "images\/lock.png", "48": "images\/lock.png", "128": "images\/lock.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens popup.html" } }, "content_scripts": [ { "run_at": "document_start", "css": [ "css\/styles.css" ], "js": [ "js\/content_start.js" ], "matches": [ " |