Simple Notepad

Very simple notepad. Synchronize between the same accounts.

Co to jest Simple Notepad?

Simple Notepad to rozszerzenie Chrome opracowane przez mountaindull, a jego główną funkcją jest „Very simple notepad. Synchronize between the same accounts.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple Notepad

Pobierz pliki rozszerzeń Simple 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

                        Add a very simple notepad that allows you to switch between multiple notes in your browser.
You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved.
You can change the size of the memo field and the width of the TAB from "Settings".                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Oficjalny URL https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Opis Very simple notepad. Synchronize between the same accounts.
Rozmiar pliku 51.86 KB
Liczba instalacji 174
Aktualna Wersja 1.6.5
Ostatnia Aktualizacja 2023-08-25
Data Publikacji 2022-01-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper mountaindull
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Keinsleif/Simple_Notepad
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.6.5",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}