TabSpace

A scratch space for your new tab page

Was ist TabSpace?

TabSpace ist eine Chrome-Erweiterung, die von Jacky Zhao entwickelt wurde, und ihr Hauptmerkmal ist "A scratch space for your new tab page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

TabSpace-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabSpace-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

                        A beautiful new tab replacement that gives you your very own scratch space to help you stay organized and focused.

Treat it as your own little scratch space in the comfort of your new tab page. Text is saved as you write and your notes and tasks never leave your computer.

It features a prominent spatial visualization for all of your tasks that helps you prioritize what's important, rich text formatting and natural language due dates.

Tabspace is open source! Found an issue or want to contribute a feature? Check out the code on Github!

https://github.com/jackyzha0/tabspace                    

Grundlegende Informationen zur Erweiterung

Name TabSpace TabSpace
ID kcinhoikngobhiikicnpahoanenlnlha
Offizielle URL https://chromewebstore.google.com/detail/tabspace/kcinhoikngobhiikicnpahoanenlnlha
Beschreibung A scratch space for your new tab page
Dateigröße 1.14 MB
Installationsanzahl 414
Aktuelle Version 1.2.4
Letztes Update 2022-12-08
Veröffentlichungsdatum 2022-09-29
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler Jacky Zhao
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabSpace",
    "description": "A scratch space for your new tab page",
    "version": "1.2.4",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}