Timer Mulp

Make Timer great again.

Timer Mulpとは何ですか?

Timer MulpはGilnomによって開発されたChromeの拡張機能で、その主な機能は「Make Timer great again.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The timer is easy to use. Has:

1.  2 types of time input.
2.  Displays the remaining time on the expansion icon.
3.  5 different timers independent of each other.                    

拡張機能の基本情報

名前 Timer Mulp Timer Mulp
ID ecnepgmnbjpnkpjmojhkbdboocldoccd
公式URL https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd
説明 Make Timer great again.
ファイルサイズ 3.68 MB
インストール数 47
現在のバージョン 1.2
最終更新日 2020-10-24
公開日 2019-07-30
開発者 Gilnom
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer Mulp",
    "version": "1.2",
    "description": "Make Timer great again.",
    "icons": {
        "48": "icons\/stopwatch482.png",
        "96": "icons\/stopwatch962.png",
        "128": "icons\/stopwatch1282.png"
    },
    "browser_action": {
        "default_title": "Timer",
        "default_popup": "popup\/Timer.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/elk.png",
        "icons\/play.png"
    ],
    "background": {
        "page": "popup\/nothi.html"
    }
}