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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tech-portfolio.org/block_clock และคุณลักษณะหลักของมันคือ "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BLOCK CLOCK

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}