Simple Timer

Just a Simple Timer

Vad är Simple Timer?

Simple Timer är en Chrome-tillägg utvecklad av Moshiyo, och dess huvudfunktion är "Just a Simple Timer".

Tilläggsskärmbilder

screenshot

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

Ladda ner Simple 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

                        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.                    

Grundläggande Information om Tillägg

Namn Simple Timer Simple Timer
ID fjmpolfnndbkhpefbgadnlkcgnohjbeo
Officiell webbadress https://chromewebstore.google.com/detail/simple-timer/fjmpolfnndbkhpefbgadnlkcgnohjbeo
Beskrivning Just a Simple Timer
Filstorlek 18.05 KB
Antal Installationer 104
Aktuell Version 0.1
Senast Uppdaterad 2013-09-30
Publiceringsdatum 2013-09-29
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare Moshiyo
Betalningssätt free
Stödda Språk 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"
    }
}