Potato timer

This extension is for managing your working and break times

Was ist Potato timer?

Potato timer ist eine Chrome-Erweiterung, die von gabrielfirmacion entwickelt wurde, und ihr Hauptmerkmal ist "This extension is for managing your working and break times".

Erweiterungsscreenshots

screenshot

Potato timer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Potato timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Have you ever wanted to take a break from work and just surf around the internet but at the same time making sure that you don't end up surfing the net the whole day?

Here is Potato Timer! It gives you a 10minute break and it lets you know after time's up that you need to get back to work and not to be a POTATO!!                    

Grundlegende Informationen zur Erweiterung

Name Potato timer Potato timer
ID cohpelnhkkflnlnkfadomkimmpejeifa
Offizielle URL https://chromewebstore.google.com/detail/potato-timer/cohpelnhkkflnlnkfadomkimmpejeifa
Beschreibung This extension is for managing your working and break times
Dateigröße 149 KB
Installationsanzahl 15
Aktuelle Version 2.0
Letztes Update 2016-01-28
Veröffentlichungsdatum 2016-01-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler gabrielfirmacion
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato timer",
    "description": "This extension is for managing your working and break times",
    "version": "2.0",
    "browser_action": {
        "default_icon": "nopotato.png",
        "default_popup": "popup.html",
        "default_title": "No potato!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "jquery-2.1.4.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}