Life Countdown

Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!

Cos'è Life Countdown?

Life Countdown è un'estensione di Chrome sviluppata da Aaron Carrasco, e la sua funzione principale è "Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Life Countdown

Scarica i file di estensione Life Countdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Life Countdown v3.0

GitHub Repo: https://github.com/vaaroncarrasco/lf-vite
Chrome Extension: https://chrome.google.com/webstore/detail/life-countdown/cbmkjjddopphkedckgbaoenglknojeob
My Twitter: https://twitter.com/_aaroncarrasco

New Features: Textarea

Indent feature: 2 space indentation when pressing Ctrl + Q.
The tab key preserves its default behavior. I have decided to
use Ctrl + Q, as hijacking the Tab native behavior, would go
against the accessibility principles.

Auto save: Every time you type, the string is saved into the
local storage and it is read from there on every new tab.
I'm honestly planning to make a different approach as this
may be too much stress for the browser just to save a plain
text. Stay tuned for the next update.

New Features: Countdown

Click reset: Click or tap on countdown to reset the
countdown timer. It will delete the previously saved date
from the local storage and reload the page. It'll keep the
textarea value value though.

If you want to support me and encourage me to develop more free
and open source tools, feel free to help me out with my cat's food lol

PayPal Donation: https://www.paypal.com/donate/?hosted_button_id=V6MG7L7EA4HW8                    

Informazioni di Base sull'Estensione

Nome Life Countdown Life Countdown
ID cbmkjjddopphkedckgbaoenglknojeob
URL Ufficiale https://chromewebstore.google.com/detail/life-countdown/cbmkjjddopphkedckgbaoenglknojeob
Descrizione Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!
Dimensione del File 27.31 KB
Conteggio Installazioni 100
Versione Corrente 3
Ultimo Aggiornamento 2022-09-12
Data di Pubblicazione 2021-11-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Aaron Carrasco
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Life Countdown",
    "version": "3",
    "description": "Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!",
    "author": "Aaron Carrasco",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}