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 |
官方網址 | 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" } } } |