Countdown
“If you live each day as if it were your last, someday you’ll most certainly be right.”
Τι είναι το Countdown;
Το Countdown είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alan Chen, και η κύρια λειτουργία του είναι "“If you live each day as if it were your last, someday you’ll most certainly be right.”".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Countdown
Λήψη αρχείων επέκτασης Countdown σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion. Good Luck. This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts. Thank you to Awesome Fonts for providing the icons.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Countdown |
ID | apbkdgmhabdmfejpgdchfehbahppmbde |
Επίσημο URL | https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde |
Περιγραφή | “If you live each day as if it were your last, someday you’ll most certainly be right.” |
Μέγεθος Αρχείου | 607 KB |
Αριθμός Εγκαταστάσεων | 384 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2016-09-19 |
Ημερομηνία Δημοσίευσης | 2016-09-19 |
Αξιολόγηση | 3.70/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | Alan Chen |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d", "version": "1.1", "incognito": "split", "background": { "persistent": false, "scripts": [ "countdown.js" ] }, "permissions": [ "storage" ], "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "16": "assets\/icon-16.png" }, "chrome_url_overrides": { "newtab": "countdown.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |