Simple Timer

Simple timer that shows a popup when time is up.

什麼是Simple Timer?

Simple Timer是由jsg開發的Chrome擴展程式,該擴展的主要功能是“Simple timer that shows a popup when time is up.”。

擴展截圖

screenshot

下載Simple Timer擴展crx文件

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

擴展使用說明

                        Simple timer that shows a popup when time is up. Simple and unobtrusive.                    

擴展基本資訊

名稱 Simple Timer Simple Timer
ID hhoihjklpidiicnmmlndmpkahnmfmfho
官方網址 https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho
簡介 Simple timer that shows a popup when time is up.
檔案大小 20.09 KB
安裝次數 1,337
目前版本 1.0
更新時間 2014-06-07
上架時間 2014-06-07
評分 4.17/5 共 6 次評分
開發者 jsg
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Timer",
    "version": "1.0",
    "description": "Simple timer that shows a popup when time is up.",
    "browser_action": {
        "default_title": "Timer",
        "default_icon": "timer-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "sample.js"
        ],
        "persistent": true
    },
    "manifest_version": 2
}