Little Timer

Only 8 type timers

Vad är Little Timer?

Little Timer är en Chrome-tillägg utvecklad av newstep, och dess huvudfunktion är "Only 8 type timers".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Little Timer-förlängningens CRX-fil

Ladda ner Little Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
Officiell webbadress https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
Beskrivning Only 8 type timers
Filstorlek 20.62 KB
Antal Installationer 374
Aktuell Version 1.2.0
Senast Uppdaterad 2017-02-07
Publiceringsdatum 2017-02-07
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare newstep
Betalningssätt free
Stödda Språk 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
    }
}