Task Timer

Timer

Task Timerとは何ですか?

Task TimerはSridharによって開発されたChromeの拡張機能で、その主な機能は「Timer」です。

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

screenshot

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

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

拡張機能の使用方法

                        Create your timer with start/pause options. Timer is perfect for everyday task and track your time.

Version:
1.0.0 - Timer file source.
1.1.0 - Alert code updated.
1.2.0 - List order changed.
1.3.0 - Button Trigger fixed.                    

拡張機能の基本情報

名前 Task Timer Task Timer
ID dejdlcmofhbhbolamanacpffmpaoblin
公式URL https://chrome.google.com/webstore/detail/task-timer/dejdlcmofhbhbolamanacpffmpaoblin
説明 Timer
ファイルサイズ 635 KB
インストール数 338
現在のバージョン 1.3.0
最終更新日 2018-11-26
公開日 2018-11-26
評価 4.75/5 合計 4 レビュー
開発者 Sridhar
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sridhar",
    "browser_action": {
        "default_icon": "images\/task_48.png",
        "default_popup": "popup.html",
        "default_title": "Timer"
    },
    "description": "Timer",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "contextMenus",
        "alarms"
    ],
    "homepage_url": "http:\/\/www.sridhar.xyz",
    "icons": {
        "128": "images\/task_128.png",
        "16": "images\/task_16.png",
        "48": "images\/task_48.png"
    },
    "manifest_version": 2,
    "name": "Task Timer",
    "options_page": "options.html",
    "short_name": "Timer",
    "version": "1.3.0"
}