Little Timer

Only 8 type timers

什麼是Little Timer?

Little Timer是由newstep開發的Chrome擴展程式,該擴展的主要功能是“Only 8 type timers”。

擴展截圖

screenshot
screenshot
screenshot

下載Little Timer擴展crx文件

下載Little Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Features
 - Set timer by one click.
 - Notify by new tab after the time has elapsed.
 - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
 - Remaining time is displayed on the right bottom of the icon.
 - Notify with a message if you enter a message.                    

擴展基本資訊

名稱 Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
官方網址 https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
簡介 Only 8 type timers
檔案大小 20.62 KB
安裝次數 374
目前版本 1.2.0
更新時間 2017-02-07
上架時間 2017-02-07
評分 5.00/5 共 3 次評分
開發者 newstep
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Timer",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "timer16.png",
            "19": "timer19.png",
            "128": "timer128.png"
        },
        "default_title": "Little Timer",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background"
    ],
    "icons": {
        "19": "timer19.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}