liTimer

The most simple countdown timer ever

liTimerとは何ですか?

liTimerはhttps://peterjezik.comによって開発されたChromeの拡張機能で、その主な機能は「The most simple countdown timer ever」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Just write a time in any imaginable format, hit "Enter" and liTimer will notice you when the time is up.

For example:

write 34m 23s or 34 min 23 sec etc. for 34 minutes and 23 seconds

write 2:35:23 or 2 35 23 or 2-35-23 etc. for 2 hours 35 minutes and 23 seconds

write 2:35 or 2 35 or 2-35 etc. for 2 hours 35 minutes

or write just 35 for 35 minutes

Hit enter while the input field is empty and the time/Done label will be cleared.                    

拡張機能の基本情報

名前 liTimer liTimer
ID fgdmhecedeljjocjbhknacbkmmkhanpg
公式URL https://chromewebstore.google.com/detail/litimer/fgdmhecedeljjocjbhknacbkmmkhanpg
説明 The most simple countdown timer ever
ファイルサイズ 12.67 KB
インストール数 314
現在のバージョン 1.2
最終更新日 2019-12-01
公開日 2019-12-01
評価 4.67/5 合計 6 レビュー
開発者 https://peterjezik.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "liTimer",
    "version": "1.2",
    "description": "The most simple countdown timer ever",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/done.png"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}