Focus: A Simple Site Blocker

A Chrome Extension to help you focus.

Focus: A Simple Site Blockerとは何ですか?

Focus: A Simple Site Blockerはrypanによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension to help you focus.」です。

拡張機能のスクリーンショット

screenshot

Focus: A Simple Site Blocker拡張機能のCRXファイルをダウンロード

Focus: A Simple Site Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Focus is a simple Chrome Extension that helps you focus by blocking a list of sites that you choose.                    

拡張機能の基本情報

名前 Focus: A Simple Site Blocker Focus: A Simple Site Blocker
ID akghpofhgkghbnodfjfenhimdhajhpdh
公式URL https://chromewebstore.google.com/detail/focus-a-simple-site-block/akghpofhgkghbnodfjfenhimdhajhpdh
説明 A Chrome Extension to help you focus.
ファイルサイズ 35.24 KB
インストール数 382
現在のバージョン 1.0.1
最終更新日 2016-09-09
公開日 2016-09-08
評価 3.40/5 合計 10 レビュー
開発者 rypan
支払い方法 free
拡張機能のウェブサイト https://github.com/rypan/focus
ヘルプページのURL https://github.com/rypan/focus/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus: A Simple Site Blocker",
    "short_name": "Focus",
    "description": "A Chrome Extension to help you focus.",
    "version": "1.0.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Focus",
        "default_popup": "popup.html",
        "default_icon": "48.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}