Time is Running

Replace new tab page with 'Running Time'

Τι είναι το Time is Running;

Το Time is Running είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://techproceed.com, και η κύρια λειτουργία του είναι "Replace new tab page with 'Running Time'".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Time is Running

Λήψη αρχείων επέκτασης Time is Running σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Time is Running Time is Running
ID ijnaleaamhgpjmpmjefcnkkjjckbidnf
Επίσημο URL https://chrome.google.com/webstore/detail/time-is-running/ijnaleaamhgpjmpmjefcnkkjjckbidnf
Περιγραφή Replace new tab page with 'Running Time'
Μέγεθος Αρχείου 149 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2014-07-25
Ημερομηνία Δημοσίευσης 2014-07-25
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://techproceed.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.techproceed.com/
Υποστηριζόμενες Γλώσσες 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"
}