Tasks and notes tab

Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.

What is Tasks and notes tab?

Tasks and notes tab is a Chrome extension developed by gorhawk, and its main feature is "Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.".

Extension Screenshots

screenshot

Download Tasks and notes tab Extension CRX File

Download Tasks and notes tab 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

                        This extension will NOT replace your new tab. This is intentional.
(You could not turn off this permission, but you can set your homepage manually to this extension)

This extension uses no third party cloud storage.
It stores all of the data in your Chrome's sync storage. This is tied to your Google account, and you can sync it across your browsers that use your Google account (eg. Chrome, Chromium) but nothing else.

Upcoming features:
- notes
- some hotkeys
- undo/redo
- multiple task lists
- unicode icon/emoji selector
- storage usage indicator/settings (Chrome's sync storage is very limited)

Source code: https://github.com/gorhawk/chrome-tasks-notes                    

Extension Basic Information

Name Tasks and notes tab Tasks and notes tab
ID hnpkfibfpjnliookebflfogcgmihcbkc
Official URL https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc
Description Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
File Size 618 KB
Installation Count 166
Current Version 0.1.1
Last Updated 2020-05-01
Publish Date 2020-05-01
Rating 3.67/5 Total 3 Ratings
Developer gorhawk
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_applicationName__",
    "description": "__MSG_applicationDescription__",
    "version": "0.1.1",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "assets\/img\/ic_check_black_24dp_2x.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}