Count Down Timer

Simple count down timer - by govindpatel(https://github.com/govindpatel)

Count Down Timerとは何ですか?

Count Down Timerはhttps://patelgovind.blogspot.inによって開発されたChromeの拡張機能で、その主な機能は「Simple count down timer - by govindpatel(https://github.com/govindpatel)」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time.

It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.                    

拡張機能の基本情報

名前 Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
公式URL https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
説明 Simple count down timer - by govindpatel(https://github.com/govindpatel)
ファイルサイズ 93.27 KB
インストール数 629
現在のバージョン 1.0
最終更新日 2021-08-24
公開日 2015-07-14
評価 4.25/5 合計 4 レビュー
開発者 https://patelgovind.blogspot.in
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count Down Timer",
    "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon1.png",
        "default_popup": "popup.html",
        "default_title": "Count Down Timer"
    },
    "icons": {
        "16": "res\/icon1.png",
        "48": "res\/icon32.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "notifications"
    ]
}