Simple Timer

Just a Simple Timer

What is Simple Timer?

Simple Timer is a Chrome extension developed by Moshiyo, and its main feature is "Just a Simple Timer".

Extension Screenshots

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

                        Just a very simple timer that no body will use it except the developer, 
it start count when you click on it and display reset when you click other pages.                    

Extension Basic Information

Name Simple Timer Simple Timer
ID fjmpolfnndbkhpefbgadnlkcgnohjbeo
Official URL https://chromewebstore.google.com/detail/simple-timer/fjmpolfnndbkhpefbgadnlkcgnohjbeo
Description Just a Simple Timer
File Size 18.05 KB
Installation Count 104
Current Version 0.1
Last Updated 2013-09-30
Publish Date 2013-09-29
Rating 4.00/5 Total 1 Ratings
Developer Moshiyo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Timer",
    "version": "0.1",
    "description": "Just a Simple Timer",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Moshiyo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}