BLOCK CLOCK
When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.
BLOCK CLOCK là gì?
BLOCK CLOCK là một tiện ích mở rộng Chrome được phát triển bởi https://tech-portfolio.org/block_clock, và tính năng chính của nó là "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BLOCK CLOCK
Tải xuống các tệp mở rộng BLOCK CLOCK dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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からあなたの仕事の時間を守ります!ポモドーロの時間術を用いることでさらなる集中を期待できます!ぜひ一度使ってみてください!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BLOCK CLOCK |
ID | dpaphncmnicljlnlohmebcedbfiodhck |
URL Chính Thức | https://chromewebstore.google.com/detail/block-clock/dpaphncmnicljlnlohmebcedbfiodhck |
Mô tả | When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS. |
Kích Thước Tệp | 2.47 MB |
Số Lần Cài Đặt | 218 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2022-04-04 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://tech-portfolio.org/block_clock |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tech-portfolio.org/block_clock/ |
URL Trang Trợ Giúp | https://docs.google.com/forms/d/e/1FAIpQLScCx3LGrTItBNOjFNKRWBpGOM5PNgrXncPYQqQapJEnXS65iw/viewform |
URL Trang Chính Sách Bảo Mật | https://the-bingo.jp/view/rules.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |