集中タイマー: A Pomodoro Timer and Block Website
リモートワーク/テレワークなどのPCを使った仕事をする人達の集中力を継続させ生産性を向上します。Pomodoro Timer + Website Blocker
What is 集中タイマー: A Pomodoro Timer and Block Website?
集中タイマー: A Pomodoro Timer and Block Website is a Chrome extension developed by yuhei.nakasaka, and its main feature is "リモートワーク/テレワークなどのPCを使った仕事をする人達の集中力を継続させ生産性を向上します。Pomodoro Timer + Website Blocker".
Extension Screenshots
Download 集中タイマー: A Pomodoro Timer and Block Website Extension CRX File
Download 集中タイマー: A Pomodoro Timer and Block Website extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
リモートワーク/テレワークでPCを使って作業する時にSNSや動画サイトなどをついつい見てしまう人の生産性を向上させるためのChrome拡張です。 機能は主に下記の2つです。 1) ポモドーロ風のタイマー機能 2) 指定したサイトへのアクセスをブロックする機能 1)のタイマーは、 ・1分~60分の間で設定できる ・ブラウザーのアイコンに残り時間が表示される ・終了した時には音は出ずアラートが出るのみ 2)のWebサイトのブロック機能は、 ・デフォルトでTwitterとFacebookとYoutubeがブロック対象になっている ・ブロックしたいWebサイトの登録数は制限無し ・ブロック対象のサイトはブロックをオフにしない限り時間制限無しでアクセスをブロックする なお全ての機能を無料で提供しています。 ついつい脇道に逸れてしまいがちなリモートワーク/テレワークの生産性向上に少しでもお役に立てれば幸いです。 ※ プライバシーに関して ・拡張機能を利用しているユーザー数の把握及びよく利用されているタイマー時間の把握等を目的にGoogleAnalyticsを利用しています。 ・個人を特定できる情報の収集や外部送信は一切行なっておりません。
Extension Basic Information
Name | 集中タイマー: A Pomodoro Timer and Block Website |
ID | plhimiogndlpokcomefmnlcdicnmmjpm |
Official URL | https://chromewebstore.google.com/detail/%E9%9B%86%E4%B8%AD%E3%82%BF%E3%82%A4%E3%83%9E%E3%83%BC-a-pomodoro-timer-a/plhimiogndlpokcomefmnlcdicnmmjpm |
Description | リモートワーク/テレワークなどのPCを使った仕事をする人達の集中力を継続させ生産性を向上します。Pomodoro Timer + Website Blocker |
File Size | 416 KB |
Installation Count | 101 |
Current Version | 0.0.6 |
Last Updated | 2020-04-20 |
Publish Date | 2020-04-20 |
Rating | 3.50/5 Total 2 Ratings |
Developer | yuhei.nakasaka |
Payment Type | free |
Help Page URL | https://twitter.com/razokulover |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u96c6\u4e2d\u30bf\u30a4\u30de\u30fc: A Pomodoro Timer and Block Website", "description": "\u30ea\u30e2\u30fc\u30c8\u30ef\u30fc\u30af\/\u30c6\u30ec\u30ef\u30fc\u30af\u306a\u3069\u306ePC\u3092\u4f7f\u3063\u305f\u4ed5\u4e8b\u3092\u3059\u308b\u4eba\u9054\u306e\u96c6\u4e2d\u529b\u3092\u7d99\u7d9a\u3055\u305b\u751f\u7523\u6027\u3092\u5411\u4e0a\u3057\u307e\u3059\u3002Pomodoro Timer + Website Blocker", "version": "0.0.6", "manifest_version": 2, "icons": { "48": "icons\/icon_48_tomato.png", "128": "icons\/icon_128_tomato.png" }, "browser_action": { "default_title": "pomodoro-block-site", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |