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
官方網址 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"
    ]
}