https://github.com/denvercoder1/popup-for-google-tasks
Browser extension for opening Google Tasks in a popup window
https://github.com/denvercoder1/popup-for-google-tasks
browser-extension chrome-extension firefox-addon google-tasks hacktoberfest tasks
Last synced: 3 months ago
JSON representation
Browser extension for opening Google Tasks in a popup window
- Host: GitHub
- URL: https://github.com/denvercoder1/popup-for-google-tasks
- Owner: DenverCoder1
- License: mit
- Created: 2023-08-01T21:39:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T10:22:52.000Z (over 1 year ago)
- Last Synced: 2024-11-15T12:35:39.440Z (5 months ago)
- Topics: browser-extension, chrome-extension, firefox-addon, google-tasks, hacktoberfest, tasks
- Language: JavaScript
- Homepage:
- Size: 253 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Popup for Google Tasks

## Installation
[](https://chrome.google.com/webstore/detail/popup-for-google-tasks/neafpdejiddfkboppdcblgnfngngdeif)
[](https://addons.mozilla.org/addon/popup-for-google-tasks/)### Chrome and Chromium-based browsers
Install from [Chrome Web Store](https://chrome.google.com/webstore/detail/popup-for-google-tasks/neafpdejiddfkboppdcblgnfngngdeif) or follow the instructions to build the extension from the source.
1. Clone this repository
2. Go to `chrome://extensions/`
3. Enable developer mode
4. Click "Load unpacked"
5. Select the folder of the cloned repository (containing `manifest.json`)
6. You're done! Click the extension icon to open the popup.### Firefox
Install from [Mozilla Add-ons](https://addons.mozilla.org/addon/popup-for-google-tasks/) or follow the instructions to build the extension from the source.
To sign the extension for use in Firefox, you will need credentials from https://addons.mozilla.org/en-US/developers/addon/api/key/. Create a copy of `.env.example` named `.env` and replace the placeholders with your API key and secret. Install `web-ext` with `npm install -g web-ext` and sign the extension with `make sign-firefox`. The generated extension will appear as a `.xpi` file in `./web-ext-artifacts`. This file can be opened in Firefox to install the add-on.