BLOCK CLOCK

When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.

BLOCK CLOCKとは何ですか?

BLOCK CLOCKはhttps://tech-portfolio.org/block_clockによって開発されたChromeの拡張機能で、その主な機能は「When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.」です。

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

screenshot
screenshot
screenshot

BLOCK CLOCK拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS(Twitte,Facebook,Instagram,Amazon,Youtube...etc).

ソーシャルメディアを25分間ブロックするクローム拡張です!TwitterやFacebookやInstagramからあなたの仕事の時間を守ります!ポモドーロの時間術を用いることでさらなる集中を期待できます!ぜひ一度使ってみてください!                    

拡張機能の基本情報

名前 BLOCK CLOCK BLOCK CLOCK
ID dpaphncmnicljlnlohmebcedbfiodhck
公式URL https://chromewebstore.google.com/detail/block-clock/dpaphncmnicljlnlohmebcedbfiodhck
説明 When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.
ファイルサイズ 2.47 MB
インストール数 218
現在のバージョン 1.0.7
最終更新日 2022-04-04
公開日 2019-03-08
評価 4.86/5 合計 7 レビュー
開発者 https://tech-portfolio.org/block_clock
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tech-portfolio.org/block_clock/
ヘルプページのURL https://docs.google.com/forms/d/e/1FAIpQLScCx3LGrTItBNOjFNKRWBpGOM5PNgrXncPYQqQapJEnXS65iw/viewform
プライバシーポリシーページのURL https://the-bingo.jp/view/rules.html
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.7",
    "name": "BLOCK CLOCK",
    "description": "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.",
    "browser_action": {
        "default_icon": "\/image\/25_icon.png",
        "default_title": "Concentration 25minutes.",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "\/image\/25_icon.png"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/push.min.js",
            "\/assets\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "alarms",
        "tabs",
        "notifications"
    ]
}