Timer

This is a simple pomodoro timer.

什麼是Timer?

Timer是由Adrian Karalus開發的Chrome擴展程式,該擴展的主要功能是“This is a simple pomodoro timer.”。

擴展截圖

screenshot
screenshot

下載Timer擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Timer Timer
ID pakimokpohbojafpbgknlohgoepnelki
官方網址 https://chromewebstore.google.com/detail/timer/pakimokpohbojafpbgknlohgoepnelki
簡介 This is a simple pomodoro timer.
檔案大小 56.52 KB
安裝次數 794
目前版本 0.1
更新時間 2018-01-10
上架時間 2018-01-09
評分 5.00/5 共 5 次評分
開發者 Adrian Karalus
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/RamzesBlog/pomodoro-timer
說明頁面URL https://github.com/RamzesBlog/pomodoro-timer
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "This is a simple pomodoro timer.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "pomodoro_x128.png",
        "default_popup": "pomodoro-timer.html"
    },
    "icons": {
        "128": "pomodoro_x128.png"
    },
    "permissions": [
        "background",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    }
}