Simple Timer

Just a Simple Timer

什麼是Simple Timer?

Simple Timer是由Moshiyo開發的Chrome擴展程式,該擴展的主要功能是“Just a Simple Timer”。

擴展截圖

screenshot

下載Simple Timer擴展crx文件

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

擴展使用說明

                        Just a very simple timer that no body will use it except the developer, 
it start count when you click on it and display reset when you click other pages.                    

擴展基本資訊

名稱 Simple Timer Simple Timer
ID fjmpolfnndbkhpefbgadnlkcgnohjbeo
官方網址 https://chromewebstore.google.com/detail/simple-timer/fjmpolfnndbkhpefbgadnlkcgnohjbeo
簡介 Just a Simple Timer
檔案大小 18.05 KB
安裝次數 104
目前版本 0.1
更新時間 2013-09-30
上架時間 2013-09-29
評分 4.00/5 共 1 次評分
開發者 Moshiyo
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Timer",
    "version": "0.1",
    "description": "Just a Simple Timer",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Moshiyo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}