Clean Timer

Helps you organize and optimize the tasks that matter for you

Clean Timerとは何ですか?

Clean TimerはHideki OTSUKAによって開発されたChromeの拡張機能で、その主な機能は「Helps you organize and optimize the tasks that matter for you」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Organise yourself and manage your time easily by setting timers.
Clean Timer offers a simple, very easy to use interface with a large nice display.

Main features :
- Set up multiple precise timers
- Choose for each timer, the alarm you want
- Pause & resume your timers at any time
- Use a stopwatch and time yourself easily

Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.                    

拡張機能の基本情報

名前 Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
公式URL https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
説明 Helps you organize and optimize the tasks that matter for you
ファイルサイズ 1.62 MB
インストール数 658
現在のバージョン 1.2.1
最終更新日 2020-04-10
公開日 2020-04-10
評価 4.14/5 合計 7 レビュー
開発者 Hideki OTSUKA
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Timer",
    "version": "1.2.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Helps you organize and optimize the tasks that matter for you",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clean Timer",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}