ThoughtPad - Autosaving Online Notepad

ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.

Co to jest ThoughtPad - Autosaving Online Notepad?

ThoughtPad - Autosaving Online Notepad to rozszerzenie Chrome opracowane przez https://thoughtpad.kingdomofs.com, a jego główną funkcją jest „ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ThoughtPad - Autosaving Online Notepad

Pobierz pliki rozszerzeń ThoughtPad - Autosaving Online Notepad 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

                        ThoughtPad is an autosaving notepad that opens up in a new tab. Type whatever you want & it is saved in your browsers' cache memory. The data is saved across sessions and can be retained/recovered even if your computer unexpectedly crashes & restarts.                    

Podstawowe informacje o rozszerzeniu

Nazwa ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
Oficjalny URL https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb
Opis ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
Rozmiar pliku 125 KB
Liczba instalacji 541
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-12-25
Data Publikacji 2017-12-25
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper https://thoughtpad.kingdomofs.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://thoughtpad.kingdomofs.com/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThoughtPad - Autosaving Online Notepad",
    "short_name": "ThoughtPad",
    "description": "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Sandeep Tripathy",
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "thoughtpad.html"
    }
}