Countdown

Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…

Countdownとは何ですか?

CountdownはKha Tranによって開発されたChromeの拡張機能で、その主な機能は「Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.

If you have any feedback or trouble email us at [email protected].                    

拡張機能の基本情報

名前 Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
公式URL https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
説明 Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
ファイルサイズ 74.22 KB
インストール数 18
現在のバージョン 1.0.5
最終更新日 2019-11-22
公開日 2019-11-21
評価 5.00/5 合計 1 レビュー
開発者 Kha Tran
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "storage"
    ]
}