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

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

Qu'est-ce que 集中タイマー: A Pomodoro Timer and Block Website ?

集中タイマー: A Pomodoro Timer and Block Website est une extension Chrome développée par yuhei.nakasaka, et sa fonction principale est "リモートワーク/テレワークなどのPCを使った仕事をする人達の集中力を継続させ生産性を向上します。Pomodoro Timer + Website Blocker".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 集中タイマー: A Pomodoro Timer and Block Website

Téléchargez les fichiers d'extension 集中タイマー: A Pomodoro Timer and Block Website au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

1)のタイマーは、

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

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

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

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

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

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

Informations de Base sur l'Extension

Nom 集中タイマー: A Pomodoro Timer and Block Website 集中タイマー: A Pomodoro Timer and Block Website
ID plhimiogndlpokcomefmnlcdicnmmjpm
URL Officiel 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
Taille du Fichier 416 KB
Nombre d'Installations 101
Version Actuelle 0.0.6
Dernière Mise à Jour 2020-04-20
Date de Publication 2020-04-20
Évaluation 3.50/5 Total 2 Évaluations
Développeur yuhei.nakasaka
Type de Paiement free
URL de la Page d'Aide https://twitter.com/razokulover
Langues Prises en Charge 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'"
}