Tab Countdown Timer

A Chromium Extension that allows you to set a timer that counts down and then closes the tab.

Tab Countdown Timerとは何ですか?

Tab Countdown Timerはlokicoによって開発されたChromeの拡張機能で、その主な機能は「A Chromium Extension that allows you to set a timer that counts down and then closes the tab.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Allows you to quickly set a countdown timer on a tab.  Once the timer expires, the tab closes.  Every tab can have a different timer.  Enter time by typing or by using a mousewheel.
---
Changes for v1.1
- Add dark mode based on current system settings
- Save last alarm values as default for next time
- Update to chrome manifest v3                    

拡張機能の基本情報

名前 Tab Countdown Timer Tab Countdown Timer
ID maoljenpfpdblggdbnhmegofbhhcdgle
公式URL https://chromewebstore.google.com/detail/tab-countdown-timer/maoljenpfpdblggdbnhmegofbhhcdgle
説明 A Chromium Extension that allows you to set a timer that counts down and then closes the tab.
ファイルサイズ 101 KB
インストール数 6,368
現在のバージョン 1.1
最終更新日 2022-11-12
公開日 2020-08-06
評価 4.29/5 合計 14 レビュー
開発者 lokico
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Countdown Timer",
    "version": "1.1",
    "manifest_version": 3,
    "description": "A Chromium Extension that allows you to set a timer that counts down and then closes the tab.",
    "icons": {
        "16": "icons\/hourglass16.png",
        "32": "icons\/hourglass32.png",
        "48": "icons\/hourglass48.png",
        "128": "icons\/hourglass128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}