Ultra Timer

Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.

Ultra Timerとは何ですか?

Ultra TimerはUltralab Appsによって開発されたChromeの拡張機能で、その主な機能は「Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Ultra Timer is a minimalist offline and online timer that can also be used as a stopwatch timer. Launch it before you get down to a task, select the time limit and choose how you want to be notified when you’ve run out of time.

The stopwatch and timer come together in a simple extension featuring a sleek no-frills design. Ultra timer can work in both online and offline modes.

The timer can be set for any number of minutes up to 999 which makes it possible to use it for different timeboxing methods including “pomodoro technique”.

When the time is up, you’ll either hear a timer alarm or see a notification from the countdown timer. It’s that simple.                    

拡張機能の基本情報

名前 Ultra Timer Ultra Timer
ID laohhcnmipbidhjomikgbmdgckopbgnb
公式URL https://chromewebstore.google.com/detail/ultra-timer/laohhcnmipbidhjomikgbmdgckopbgnb
説明 Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.
ファイルサイズ 122 KB
インストール数 20,000
現在のバージョン 1.1
最終更新日 2015-06-12
公開日 2015-06-12
評価 3.70/5 合計 60 レビュー
開発者 Ultralab Apps
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://ultralabapps.com/terms/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultra Timer",
    "description": "Helps to become organized. Counts down time up to 999 minutes. Both online and offline. Simple and straightforward design.",
    "version": "1.1",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "timer.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}