focus
Take back your time on the internet
什么是focus?
focus是由Jeremy Rees开发的Chrome扩展程序,该扩展的主要功能是“Take back your time on the internet”。
扩展截图
下载focus扩展crx文件
下载focus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Internet, a dangerously double-edged sword: half is begging for you to do great things with it, while the other just wants to steal your attention. Spend more time with the first half. "focus" is the cleanest, most intuitive time-management extension on Chrome that doesn't try to be anything more than it should. Let it know with one keyboard shortcut that you need to get things done, and it will steer you away from a customizable set of websites that you know you can't be trusted with. Tailor which sites you'd like blocked, which it should warn you about, and which it should limit your time on, and then make the internet work for you, free of distractions. PRIVACY NOTICE: On installation, the extension is granted permission to "Read your browsing history." In practice, the extension is only aware of the page you're currently on. It can't look into the past, it has no memory, and it never trasmits data from your computer.
扩展基本信息
名称 | focus |
ID | ochbmfnjjmphmkoejphcdiondcipfkim |
官方URL | https://chromewebstore.google.com/detail/focus/ochbmfnjjmphmkoejphcdiondcipfkim |
简介 | Take back your time on the internet |
文件大小 | 49.73 KB |
安装次数 | 203 |
当前版本 | 1.0.27 |
更新时间 | 2019-05-25 |
上架时间 | 2019-05-24 |
评分 | 5.00/5 共3次评分 |
开发者 | Jeremy Rees |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "focus", "description": "Take back your time on the internet", "version": "1.0.27", "icons": { "16": "img\/focus16.png", "48": "img\/focus48.png", "128": "img\/focus128.png" }, "browser_action": { "default_icon": { "16": "img\/focus16.png", "48": "img\/focus48.png", "128": "img\/focus128.png" }, "default_popup": "html\/popup.html", "default_title": "focus." }, "options_page": "html\/settings.html", "permissions": [ "activeTab", "storage", "tabs" ], "background": { "scripts": [ "js\/eventPage.js" ] }, "commands": { "toggle-focus-mode": { "suggested_key": { "windows": "Ctrl+Shift+F", "mac": "Command+Shift+F", "chromeos": "Ctrl+Shift+F", "linux": "Ctrl+Shift+F" }, "description": "Toggle focus mode" } } } |