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 |
| Eメール | [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"
]
} | |