Focuster for Chrome
Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more.
Focuster for Chrome là gì?
Focuster for Chrome là một tiện ích mở rộng Chrome được phát triển bởi http://focuster.com, và tính năng chính của nó là "Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Focuster for Chrome
Tải xuống các tệp mở rộng Focuster for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Focuster helps professionals and entrepreneurs to better manage their most precious resource - Focus. Learn more and signup at http://focuster.com Focuster Chrome enhances your experience: - Focuster New Tab: Don't let priorities get out of sight. When you open a new tab in Chrome, you will see Focuster. - Quick Capture: Easily capture things you need to do later without losing your flow. Simply press Control-Shift-9 (Windows/Linux) or Command-Shift-9 (Mac) to open Focuster's quick capture window. We love feedback and want to hear yours! E-mail it to [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bafpjfpmoemfbpekbjgcfclkcokknpdj |
URL Chính Thức | https://chrome.google.com/webstore/detail/focuster-for-chrome/bafpjfpmoemfbpekbjgcfclkcokknpdj |
Mô tả | Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more. |
Kích Thước Tệp | 14.77 KB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2019-11-04 |
Ngày Phát Hành | 2019-11-04 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | http://focuster.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.focuster.com |
URL Trang Trợ Giúp | https://help.focuster.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focuster for Chrome", "description": "Focuster is a focus management tool for professionals and entrepreneurs. Get Focuster as your new tab screen and more.", "version": "1.0.6", "icons": { "16": "icon-16.png", "96": "icon-96.png", "144": "icon-144.png" }, "commands": { "quick-capture": { "suggested_key": { "default": "Ctrl+Shift+9", "mac": "Command+Shift+9" }, "description": "Capture ideas quickly in Focuster with a Quick Capture window.", "global": true } }, "browser_action": { "default_icon": { "16": "icon-16.png", "96": "icon-96.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.focuster.com\/*" ], "js": [ "content.js" ] } ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "tabs" ] } |