Timer

Timer Chrome extention, by Pascal Pirate

What is Timer?

Timer is a Chrome extension developed by Pascal Pirate, and its main feature is "Timer Chrome extention, by Pascal Pirate".

Extension Screenshots

screenshot
screenshot
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

                        Simple no thrills timer.  Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done.  Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds.  Thanks SoundBible.com for the sounds.                    

Extension Basic Information

Name Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
Official URL https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
Description Timer Chrome extention, by Pascal Pirate
File Size 819 KB
Installation Count 20
Current Version 3.2.1
Last Updated 2017-03-15
Publish Date 2017-03-15
Developer Pascal Pirate
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "Timer Chrome extention, by Pascal Pirate",
    "version": "3.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "hourglass.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "hourglass.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}