集中タイマー: A Pomodoro Timer and Block Website

リモートワーク/テレワークなどのPCを使った仕事をする人達の集中力を継続させ生産性を向上します。Pomodoro Timer + Website Blocker

Wat is 集中タイマー: A Pomodoro Timer and Block Website?

集中タイマー: A Pomodoro Timer and Block Website is een Chrome-extensie ontwikkeld door yuhei.nakasaka, en de belangrijkste functie is "リモートワーク/テレワークなどのPCを使った仕事をする人達の集中力を継続させ生産性を向上します。Pomodoro Timer + Website Blocker".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 集中タイマー: A Pomodoro Timer and Block Website

Download 集中タイマー: A Pomodoro Timer and Block Website-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        リモートワーク/テレワークでPCを使って作業する時にSNSや動画サイトなどをついつい見てしまう人の生産性を向上させるためのChrome拡張です。

機能は主に下記の2つです。

1) ポモドーロ風のタイマー機能
2) 指定したサイトへのアクセスをブロックする機能

1)のタイマーは、

・1分~60分の間で設定できる
・ブラウザーのアイコンに残り時間が表示される
・終了した時には音は出ずアラートが出るのみ

2)のWebサイトのブロック機能は、

・デフォルトでTwitterとFacebookとYoutubeがブロック対象になっている
・ブロックしたいWebサイトの登録数は制限無し
・ブロック対象のサイトはブロックをオフにしない限り時間制限無しでアクセスをブロックする

なお全ての機能を無料で提供しています。

ついつい脇道に逸れてしまいがちなリモートワーク/テレワークの生産性向上に少しでもお役に立てれば幸いです。

※ プライバシーに関して
・拡張機能を利用しているユーザー数の把握及びよく利用されているタイマー時間の把握等を目的にGoogleAnalyticsを利用しています。
・個人を特定できる情報の収集や外部送信は一切行なっておりません。                    

Basisinformatie over de Extensie

Naam 集中タイマー: A Pomodoro Timer and Block Website 集中タイマー: A Pomodoro Timer and Block Website
ID plhimiogndlpokcomefmnlcdicnmmjpm
Officiële 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
Beschrijving リモートワーク/テレワークなどのPCを使った仕事をする人達の集中力を継続させ生産性を向上します。Pomodoro Timer + Website Blocker
Bestandsgrootte 416 KB
Aantal Installaties 101
Huidige Versie 0.0.6
Laatst Bijgewerkt 2020-04-20
Publicatiedatum 2020-04-20
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar yuhei.nakasaka
Betalingswijze free
Help Pagina-URL https://twitter.com/razokulover
Ondersteunde Talen 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'"
}