Popup for Google Tasks
Opens Google Tasks in a popup window.
What is Popup for Google Tasks?
Popup for Google Tasks is a Chrome extension developed by DenverCoder1, and its main feature is "Opens Google Tasks in a popup window.".
Extension Screenshots
Download Popup for Google Tasks Extension CRX File
Download Popup for Google Tasks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Creates a button in the extension toolbar for opening Google Tasks in a popup on the side of the screen. Clicking the extension icon a second time will focus the Google Tasks popup window if it is still open.
Extension Basic Information
Name | Popup for Google Tasks |
ID | neafpdejiddfkboppdcblgnfngngdeif |
Official URL | https://chromewebstore.google.com/detail/popup-for-google-tasks/neafpdejiddfkboppdcblgnfngngdeif |
Description | Opens Google Tasks in a popup window. |
File Size | 180 KB |
Installation Count | 54 |
Current Version | 1.0.0 |
Last Updated | 2023-08-03 |
Publish Date | 2023-08-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | DenverCoder1 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/DenverCoder1/popup-for-google-tasks |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "offline_enabled": false, "name": "Popup for Google Tasks", "description": "Opens Google Tasks in a popup window.", "version": "1.0.0", "author": "Jonah Lawrence", "action": { "default_icon": "images\/icon-128.png", "default_popup": "popup.html", "default_title": "Popup for Google Tasks" }, "icons": { "128": "images\/icon-128.png" }, "permissions": [ "tabs" ] } |