Simple Notepad
Very simple notepad. Synchronize between the same accounts.
Hvad er Simple Notepad?
Simple Notepad er en Chrome-udvidelse udviklet af mountaindull, og dens hovedfunktion er "Very simple notepad. Synchronize between the same accounts.".
Udvidelsesskærmbilleder
Download Simple Notepad-udvidelses-CRX-fil
Download Simple Notepad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
Officiel URL | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
Beskrivelse | Very simple notepad. Synchronize between the same accounts. |
Filstørrelse | 51.86 KB |
Antal Installationer | 174 |
Nuværende Version | 1.6.5 |
Senest Opdateret | 2023-08-25 |
Udgivelsesdato | 2022-01-10 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | mountaindull |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Keinsleif/Simple_Notepad |
Understøttede Sprog | 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" ] } |