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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}