Simple Stopwatch

Very simple, stupid stopwatch

Simple Stopwatchとは何ですか?

Simple Stopwatchはhttps://rozbicki.meによって開発されたChromeの拡張機能で、その主な機能は「Very simple, stupid stopwatch」です。

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

screenshot

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

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

拡張機能の使用方法

                        v1.0

Very simple stopwatch/alarm with predefined alarms (2, 3, 5, 10, 15, 20, 25, 30 minutes)

Notes:
- this is a proof of concept
- please send your feature requests                    

拡張機能の基本情報

名前 Simple Stopwatch Simple Stopwatch
ID cllcljeapohpjnhageklhknbhgpjfkkb
公式URL https://chromewebstore.google.com/detail/simple-stopwatch/cllcljeapohpjnhageklhknbhgpjfkkb
説明 Very simple, stupid stopwatch
ファイルサイズ 35 KB
インストール数 402
現在のバージョン 1.0
最終更新日 2017-04-17
公開日 2017-04-17
評価 5.00/5 合計 2 レビュー
開発者 https://rozbicki.me
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Stopwatch",
    "description": "Very simple, stupid stopwatch",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}