Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

What is Timer: the Simple Timer?

Timer: the Simple Timer is a Chrome extension developed by valya.situation, and its main feature is "A simple,minimalist 25 minutes timer.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Timer: the Simple Timer Extension CRX File

Download Timer: the Simple Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.                    

Extension Basic Information

Name Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
Official URL https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
Description A simple,minimalist 25 minutes timer.
File Size 100 KB
Installation Count 53
Current Version 1.8
Last Updated 2019-08-03
Publish Date 2019-08-03
Rating 5.00/5 Total 1 Ratings
Developer valya.situation
Email [email protected]
Payment Type free
Supported Languages de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Timer.png",
        "default_title": "Timer"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Timer_128.png",
        "16": "Timer_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Timer"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Timer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}