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