Little Timer

Only 8 type timers

What is Little Timer?

Little Timer is a Chrome extension developed by newstep, and its main feature is "Only 8 type timers".

Extension Screenshots

screenshot
screenshot
screenshot

Download Little Timer Extension CRX File

Download Little 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

                        Features
 - Set timer by one click.
 - Notify by new tab after the time has elapsed.
 - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
 - Remaining time is displayed on the right bottom of the icon.
 - Notify with a message if you enter a message.                    

Extension Basic Information

Name Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
Official URL https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
Description Only 8 type timers
File Size 20.62 KB
Installation Count 374
Current Version 1.2.0
Last Updated 2017-02-07
Publish Date 2017-02-07
Rating 5.00/5 Total 3 Ratings
Developer newstep
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Timer",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "timer16.png",
            "19": "timer19.png",
            "128": "timer128.png"
        },
        "default_title": "Little Timer",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background"
    ],
    "icons": {
        "19": "timer19.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}