Timer

A clean, simple countown timer with visual and audible alarm.

What is Timer?

Timer is a Chrome extension developed by Reasonable Systems, and its main feature is "A clean, simple countown timer with visual and audible alarm.".

Extension Screenshots

screenshot

Download Timer Extension CRX File

Download 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

                        Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes.

Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.                    

Extension Basic Information

Name Timer Timer
ID cmjaflcjfodgbadocmpelolnfneppipe
Official URL https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe
Description A clean, simple countown timer with visual and audible alarm.
File Size 155 KB
Installation Count 2,698
Current Version 1.1.0
Last Updated 2020-02-01
Publish Date 2020-02-01
Rating 3.57/5 Total 21 Ratings
Developer Reasonable Systems
Email [email protected]
Payment Type free
Extension Website https://github.com/abachman/chrome-timer
Help Page URL https://github.com/abachman/chrome-timer/wiki
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "version": "1.1.0",
    "description": "A clean, simple countown timer with visual and audible alarm.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Timer",
        "default_popup": "fragments\/popup.html"
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "icons\/48.png",
        "assets\/wine-glass-alarm.ogg",
        "assets\/glyphicons-halflings.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}