Easy Timer

Simple and easy to use timer.

什麼是Easy Timer?

Easy Timer是由Webruntime開發的Chrome擴展程式,該擴展的主要功能是“Simple and easy to use timer.”。

擴展截圖

screenshot
screenshot

下載Easy Timer擴展crx文件

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

擴展使用說明

                        Easy and fast set timer. At the end of the count, a desktop notification with a sound is displayed.

Features:
 • You can use the mouse wheel to quickly adjust the time
 • Extension prevent computer from sleeping while the timer is running

If you have any suggestions, please use "Support" page to leave a feedback.                    

擴展基本資訊

名稱 Easy Timer Easy Timer
ID fcadcainkooaeglkiofojfbedioapomp
官方網址 https://chromewebstore.google.com/detail/easy-timer/fcadcainkooaeglkiofojfbedioapomp
簡介 Simple and easy to use timer.
檔案大小 1.04 MB
安裝次數 2,350
目前版本 1.0.6
更新時間 2018-11-10
上架時間 2018-11-10
評分 4.42/5 共 19 次評分
開發者 Webruntime
付費類型 free
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "19": "icons\/icon19.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16ba.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "power"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}