Simple Timer

Simple timer that shows a popup when time is up.

Simple Timerとは何ですか?

Simple Timerはjsgによって開発されたChromeの拡張機能で、その主な機能は「Simple timer that shows a popup when time is up.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Simple timer that shows a popup when time is up. Simple and unobtrusive.                    

拡張機能の基本情報

名前 Simple Timer Simple Timer
ID hhoihjklpidiicnmmlndmpkahnmfmfho
公式URL https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho
説明 Simple timer that shows a popup when time is up.
ファイルサイズ 20.09 KB
インストール数 1,337
現在のバージョン 1.0
最終更新日 2014-06-07
公開日 2014-06-07
評価 4.17/5 合計 6 レビュー
開発者 jsg
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Timer",
    "version": "1.0",
    "description": "Simple timer that shows a popup when time is up.",
    "browser_action": {
        "default_title": "Timer",
        "default_icon": "timer-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "sample.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}