Notepad for Chrome
A very simple and syncable notepad 📑 for Chrome.
Was ist Notepad for Chrome?
Notepad for Chrome ist eine Chrome-Erweiterung, die von air entwickelt wurde, und ihr Hauptmerkmal ist "A very simple and syncable notepad 📑 for Chrome.".
Erweiterungsscreenshots
Notepad for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notepad for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
⬇️ Easy to set up ⬇️: 1. Install and add the extension to Chrome. 2. Pin the extension and add a note 📝 whenever you need. 3. Sync all your notes 📑 across all your devices, for that you will have to enable bookmark syncing. 4. All the notes you will create in this extension will be found in “Other Bookmarks.”🔖 ✨ Features ✨ 1. Saves notes 📑 across on Google Chrome and will be accessible on all your devices. 2. Can sync notes by default (and caret position, and scroll offsets.) 3. Customizable font and notepad size. Notepad for Chrome 📑 is a notepad extension that can sync notes to all your Chrome installations!
Grundlegende Informationen zur Erweiterung
Name | Notepad for Chrome |
ID | iehdbedeamjlmpmfgkemgciejcbdggln |
Offizielle URL | https://chromewebstore.google.com/detail/notepad-for-chrome/iehdbedeamjlmpmfgkemgciejcbdggln |
Beschreibung | A very simple and syncable notepad 📑 for Chrome. |
Dateigröße | 43.57 KB |
Installationsanzahl | 99 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-03-31 |
Veröffentlichungsdatum | 2023-03-31 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | air |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notepad for Chrome", "description": "A very simple and syncable notepad \ud83d\udcd1 for Chrome.", "version": "1.0.0", "permissions": [ "clipboardWrite", "clipboardRead", "downloads" ], "icons": { "128": "img\/128_icon.png", "48": "img\/48_icon.png", "16": "img\/16_icon.png" }, "action": { "default_icon": "img\/128_icon.png", "default_popup": "index.html", "default_title": "Click to start typing..." } } |