20 Minute Timer

20 Minute Timer is an alarm that fires after twenty minutes.

20 Minute Timerとは何ですか?

20 Minute TimerはDMBFullstackによって開発されたChromeの拡張機能で、その主な機能は「20 Minute Timer is an alarm that fires after twenty minutes.」です。

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

screenshot

20 Minute Timer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.                    

拡張機能の基本情報

名前 20 Minute Timer 20 Minute Timer
ID mjpefkiaapcahdnkgccllcplgafdjifj
公式URL https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj
説明 20 Minute Timer is an alarm that fires after twenty minutes.
ファイルサイズ 959 KB
インストール数 405
現在のバージョン 1.0.1
最終更新日 2016-04-09
公開日 2016-04-09
評価 4.86/5 合計 7 レビュー
開発者 DMBFullstack
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20 Minute Timer",
    "short_name": "20 Minute Timer",
    "description": "20 Minute Timer is an alarm that fires after twenty minutes.",
    "version": "1.0.1",
    "author": "DMBFullstack",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "20 Minute Timer"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "page": "eventPage.html",
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}