TabSpace

A scratch space for your new tab page

Qu'est-ce que TabSpace ?

TabSpace est une extension Chrome développée par Jacky Zhao, et sa fonction principale est "A scratch space for your new tab page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TabSpace

Téléchargez les fichiers d'extension TabSpace au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TabSpace TabSpace
ID kcinhoikngobhiikicnpahoanenlnlha
URL Officiel https://chromewebstore.google.com/detail/tabspace/kcinhoikngobhiikicnpahoanenlnlha
Description A scratch space for your new tab page
Taille du Fichier 1.14 MB
Nombre d'Installations 414
Version Actuelle 1.2.4
Dernière Mise à Jour 2022-12-08
Date de Publication 2022-09-29
Évaluation 4.83/5 Total 6 Évaluations
Développeur Jacky Zhao
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}