https://github.com/timc1/checklist-chrome-extension
Minimal and interactive checklist living in your Chrome new tab.
https://github.com/timc1/checklist-chrome-extension
chrome-extension chrome-new-tab css html javascript
Last synced: about 1 year ago
JSON representation
Minimal and interactive checklist living in your Chrome new tab.
- Host: GitHub
- URL: https://github.com/timc1/checklist-chrome-extension
- Owner: timc1
- Created: 2019-05-22T20:08:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T06:36:26.000Z (over 4 years ago)
- Last Synced: 2025-03-25T11:51:41.729Z (over 1 year ago)
- Topics: chrome-extension, chrome-new-tab, css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 926 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chrome New Tab Checklist ✓
Minimal and interactive checklist living in your Chrome new tab.
## About
This is a new tab Chrome extension build with plain ol' Javascript, HTML, and CSS!
Add items, edit and move them around, delete them — the previous 7 days will be saved in your browser.
## Usage
Download the Chrome extension at the Chrome Web Store [here](https://chrome.google.com/webstore/detail/get-h%25t-done-new-tab-exte/bogjahkkonemlclmhgebmdjlljiiknej?hl=en&authuser=0) and you're good to go!
## Installation
1. Clone repository to your local machine
```
git clone git@github.com:timc1/checklist-chrome-extension.git
```
2. In your browser, open `chrome://extensions/`
3. Enable `Developer Mode` in the upper right hand corner
4. Click `Load unpacked`, and upload the repository folder
5. Make changes, add new features, enjoy!