Life Countdown
Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!
Life Countdown란 무엇입니까?
Life Countdown은(는) Aaron Carrasco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature!"입니다.
확장 프로그램 스크린샷
Life Countdown 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Life Countdown |
ID | cbmkjjddopphkedckgbaoenglknojeob |
공식 URL | https://chromewebstore.google.com/detail/life-countdown/cbmkjjddopphkedckgbaoenglknojeob |
설명 | Remember the time is always ticking. Now you can also have some notes or tasks with the new Textarea feature! |
파일 크기 | 27.31 KB |
설치 횟수 | 100 |
현재 버전 | 3 |
최근 업데이트 | 2022-09-12 |
출시 날짜 | 2021-11-11 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Aaron Carrasco |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |