Countdown

Keep track of your most important future events with a countdown on the new tab page!

Countdownとは何ですか?

CountdownはSrikar Gudipatiによって開発されたChromeの拡張機能で、その主な機能は「Keep track of your most important future events with a countdown on the new tab page!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension displays countdown timers to your most important future events in the new tab page!                    

拡張機能の基本情報

名前 Countdown Countdown
ID liinagkdcgnopnmeodlgmccpiaalbbpa
公式URL https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa
説明 Keep track of your most important future events with a countdown on the new tab page!
ファイルサイズ 44.2 KB
インストール数 669
現在のバージョン 0.5
最終更新日 2015-01-26
公開日 2015-01-26
評価 4.31/5 合計 13 レビュー
開発者 Srikar Gudipati
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Keep track of your most important future events with a countdown on the new tab page!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Srikar Gudipati",
    "incognito": "split",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}