TabSpace

A scratch space for your new tab page

Co to jest TabSpace?

TabSpace to rozszerzenie Chrome opracowane przez Jacky Zhao, a jego główną funkcją jest „A scratch space for your new tab page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TabSpace

Pobierz pliki rozszerzeń TabSpace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa TabSpace TabSpace
ID kcinhoikngobhiikicnpahoanenlnlha
Oficjalny URL https://chromewebstore.google.com/detail/tabspace/kcinhoikngobhiikicnpahoanenlnlha
Opis A scratch space for your new tab page
Rozmiar pliku 1.14 MB
Liczba instalacji 414
Aktualna Wersja 1.2.4
Ostatnia Aktualizacja 2022-12-08
Data Publikacji 2022-09-29
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper Jacky Zhao
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}