TabSpace
A scratch space for your new tab page
Cos'è TabSpace?
TabSpace è un'estensione di Chrome sviluppata da Jacky Zhao, e la sua funzione principale è "A scratch space for your new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabSpace
Scarica i file di estensione TabSpace in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | TabSpace |
ID | kcinhoikngobhiikicnpahoanenlnlha |
URL Ufficiale | https://chromewebstore.google.com/detail/tabspace/kcinhoikngobhiikicnpahoanenlnlha |
Descrizione | A scratch space for your new tab page |
Dimensione del File | 1.14 MB |
Conteggio Installazioni | 414 |
Versione Corrente | 1.2.4 |
Ultimo Aggiornamento | 2022-12-08 |
Data di Pubblicazione | 2022-09-29 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | Jacky Zhao |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |