Simple Timer

Shows an alert after predetermined number of minutes

What is Simple Timer?

Simple Timer is a Chrome extension developed by Buddha, and its main feature is "Shows an alert after predetermined number of minutes".

Extension Screenshots

screenshot
screenshot
screenshot

Download Simple Timer Extension CRX File

Download 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

                        Did you want to setup a reminder about how long you want to browse a website before starting it? Use Simple Timer. Right Click anywhere in chrome to see a Simple Timer context menu item. Enter number of minutes you want to be reminded after. You can use numbers like 1.5 to be reminded after 90 seconds. 

Icon Designed by https://www.iconfinder.com/denir                    

Extension Basic Information

Name Simple Timer Simple Timer
ID emmpnaoanpjpdeohclgcijidniippdfb
Official URL https://chrome.google.com/webstore/detail/simple-timer/emmpnaoanpjpdeohclgcijidniippdfb
Description Shows an alert after predetermined number of minutes
File Size 11.67 KB
Installation Count 124
Current Version 1.0
Last Updated 2015-09-06
Publish Date 2015-09-06
Rating 4.00/5 Total 2 Ratings
Developer Buddha
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Timer",
    "description": "Shows an alert after predetermined number of minutes",
    "version": "1.0",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "timer20.png",
        "48": "timer48.png",
        "128": "timer128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}