Time is Running

Replace new tab page with 'Running Time'

Qu'est-ce que Time is Running ?

Time is Running est une extension Chrome développée par http://techproceed.com, et sa fonction principale est "Replace new tab page with 'Running Time'".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Time is Running

Téléchargez les fichiers d'extension Time is Running au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Most anti-procrastination apps on the web help you stay focussed and increase productivity by blocking time wasting websites. The thinking goes that if these online distractions are gone, you are more likely to focus on actual work.

Every time you launch Chrome, or open a new tab in the browser, the extension works as a sobering reminder that the clock is ticking away. That may motivate you to exit the Bermuda productivity triangle and focus on the more important things.                    

Informations de Base sur l'Extension

Nom Time is Running Time is Running
ID ijnaleaamhgpjmpmjefcnkkjjckbidnf
URL Officiel https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf
Description Replace new tab page with 'Running Time'
Taille du Fichier 149 KB
Nombre d'Installations 34
Version Actuelle 0.6
Dernière Mise à Jour 2014-07-25
Date de Publication 2014-07-25
Évaluation 3.67/5 Total 3 Évaluations
Développeur http://techproceed.com
Type de Paiement free
Site Web de l'Extension http://www.techproceed.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with 'Running Time'",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Time is Running",
    "offline_enabled": true,
    "version": "0.6"
}