Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adetyay/lead-tracker
chrome extension - learning javascript
https://github.com/adetyay/lead-tracker
Last synced: about 17 hours ago
JSON representation
chrome extension - learning javascript
- Host: GitHub
- URL: https://github.com/adetyay/lead-tracker
- Owner: adetyay
- Created: 2024-06-03T11:26:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T10:02:52.000Z (5 months ago)
- Last Synced: 2024-07-28T17:15:20.954Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lead-tracker chrome extension
things i learned while making this project:
- addEventListener()
- function parameters
- template strings
- localStorage
- The JSON object
- objects in arrays## Installation
### Prerequisites
- Google Chrome browser installed on your device.
### Steps to Install Locally
1. **Download the Extension Files**
- Clone the repository or download the ZIP file and extract it to a local directory.
```bash
git clone https://github.com/adityax4/lead-tracker
```2. **Open Chrome Extensions Page**
- Open Chrome and navigate to `chrome://extensions/`.
- Alternatively, click on the three dots menu at the top right corner, go to `More tools` -> `Extensions`.3. **Enable Developer Mode**
- Toggle the `Developer mode` switch at the top right corner of the extensions page.4. **Load Unpacked Extension**
- Click on the `Load unpacked` button.
- Select the directory where you have stored the extension files.5. **Verify Installation**
- Once loaded, the extension should appear in your list of installed extensions.
- Ensure the extension is enabled.#### ENJOY!