Just Focus
Block Distracting Websites. Unleash Productivity.
什么是Just Focus?
Just Focus是由maaslalani开发的Chrome扩展程序,该扩展的主要功能是“Block Distracting Websites. Unleash Productivity.”。
扩展截图
下载Just Focus扩展crx文件
下载Just Focus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unleash productivity. Block distracting websites and pages in just a few clicks.
Just Focus is a free chrome extension that helps you avoid distractions and enables you to focus on your real work. Simply add a website to your block list and hit "Start Focusing" - you’ll increase your working efficiency and get more done.
We waste hours a day scrolling through social media… Just Focus helps you get your time back.
Completely free! Works on the latest versions of chrome. 扩展基本信息
| 名称 | |
| ID | gefaddaengbodpiobpbgblajdboalmgc |
| 官方URL | https://chromewebstore.google.com/detail/just-focus/gefaddaengbodpiobpbgblajdboalmgc |
| 简介 | Block Distracting Websites. Unleash Productivity. |
| 文件大小 | 20.59 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.04 |
| 更新时间 | 2024-03-01 |
| 上架时间 | 2019-11-19 |
| 评分 | 4.61/5 共70次评分 |
| 开发者 | maaslalani |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.maaslalani.com/JustFocus |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Just Focus",
"description": "Block Distracting Websites. Unleash Productivity.",
"version": "1.04",
"icons": {
"128": ".\/icons\/icon.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Just Focus"
},
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |