Simple Notepad

Very simple notepad. Synchronize between the same accounts.

Vad är Simple Notepad?

Simple Notepad är en Chrome-tillägg utvecklad av mountaindull, och dess huvudfunktion är "Very simple notepad. Synchronize between the same accounts.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple Notepad-förlängningens CRX-fil

Ladda ner Simple Notepad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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".                    

Grundläggande Information om Tillägg

Namn Simple Notepad Simple Notepad
ID gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Officiell webbadress https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh
Beskrivning Very simple notepad. Synchronize between the same accounts.
Filstorlek 51.86 KB
Antal Installationer 174
Aktuell Version 1.6.5
Senast Uppdaterad 2023-08-25
Publiceringsdatum 2022-01-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare mountaindull
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Keinsleif/Simple_Notepad
Stödda Språk 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"
    ]
}