Tasks and notes tab

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

Was ist Tasks and notes tab?

Tasks and notes tab ist eine Chrome-Erweiterung, die von gorhawk entwickelt wurde, und ihr Hauptmerkmal ist "Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.".

Erweiterungsscreenshots

screenshot

Tasks and notes tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tasks and notes tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tasks and notes tab Tasks and notes tab
ID hnpkfibfpjnliookebflfogcgmihcbkc
Offizielle URL https://chromewebstore.google.com/detail/tasks-and-notes-tab/hnpkfibfpjnliookebflfogcgmihcbkc
Beschreibung Manage your tasks and notes on a dedicated tab and sync them across your Chrome browsers.
Dateigröße 618 KB
Installationsanzahl 166
Aktuelle Version 0.1.1
Letztes Update 2020-05-01
Veröffentlichungsdatum 2020-05-01
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler gorhawk
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}