DropKick!

DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.

DropKick!とは何ですか?

DropKick!は[email protected]によって開発されたChromeの拡張機能で、その主な機能は「DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

DropKick!拡張機能のCRXファイルをダウンロード

DropKick!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        DropKick is a Chrome Extension that helps you create good working habits by limiting the amount of time you spend on time-wasting websites.

It uses the Pomodoro Technique, which works like this:

You have a working interval (say 25 minutes)
Followed by a short break (say 3 minutes)
A break might be include catching up on Facebook or checking Instagram. You are allowed to enjoy yourself! DropKick simply prevents you wasting too much time.                    

拡張機能の基本情報

名前 DropKick! DropKick!
ID nemlbcegcokokoajldaboefhnbijiblm
公式URL https://chromewebstore.google.com/detail/dropkick/nemlbcegcokokoajldaboefhnbijiblm
説明 DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.
ファイルサイズ 89.58 KB
インストール数 15
現在のバージョン 0.1.6
最終更新日 2016-05-12
公開日 2016-05-12
評価 4.67/5 合計 3 レビュー
開発者 [email protected]
支払い方法 free
拡張機能のウェブサイト http://oodavid.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DropKick!",
    "description": "DropKick is a Pomodoro style alternative to StayFocusd. It increases productivity by limiting your access to time-wasting websites.",
    "version": "0.1.6",
    "browser_action": {
        "default_icon": {
            "19": "inactive38.png",
            "38": "inactive38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}