Motivation?

New tab extension inspired by the Motivation extension. Counts down not up.

Τι είναι το Motivation?;

Το Motivation? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον neilbedi, και η κύρια λειτουργία του είναι "New tab extension inspired by the Motivation extension. Counts down not up.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Motivation?

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

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

                        Uses a life expectancy calculator from the University of Pennsylvania (http://gosset.wharton.upenn.edu/mortality/form.html) to estimate your time of death. 

Counts down the years left to the billionth decimal place.                    

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

Όνομα Motivation? Motivation?
ID kcngcjbgnnhcdgnaonkmjheanflddmpo
Επίσημο URL https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo
Περιγραφή New tab extension inspired by the Motivation extension. Counts down not up.
Μέγεθος Αρχείου 116 KB
Αριθμός Εγκαταστάσεων 124
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2015-07-13
Ημερομηνία Δημοσίευσης 2015-07-13
Αξιολόγηση 3.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής neilbedi
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Motivation?",
    "description": "New tab extension inspired by the Motivation extension. Counts down not up.",
    "version": "0.2",
    "permissions": [
        "activeTab",
        "http:\/\/gosset.wharton.upenn.edu\/",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}