NotePad
Quick & Easy NotePad. Save Notes & Inserts.
Was ist NotePad?
NotePad ist eine Chrome-Erweiterung, die von searchpuzzle38 entwickelt wurde, und ihr Hauptmerkmal ist "Quick & Easy NotePad. Save Notes & Inserts.".
Erweiterungsscreenshots
NotePad-Erweiterungs-CRX-Datei herunterladen
Laden Sie NotePad-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
Quick & Easy NotePad
==================
Save Notes & pre-define Inserts.
Uses the rich text editor: Quill.js. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | copnemeigdkilohdclohjokgbjeehkhd |
| Offizielle URL | https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd |
| Beschreibung | Quick & Easy NotePad. Save Notes & Inserts. |
| Dateigröße | 564 KB |
| Installationsanzahl | 69 |
| Aktuelle Version | 13 |
| Letztes Update | 2022-04-07 |
| Veröffentlichungsdatum | 2020-04-02 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | searchpuzzle38 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NotePad",
"version": "13",
"description": "Quick & Easy NotePad. Save Notes & Inserts.",
"permissions": [
"storage"
],
"icons": {
"16": "inc\/icon16.png",
"32": "inc\/icon32.png",
"48": "inc\/icon48.png",
"64": "inc\/icon64.png",
"128": "inc\/icon128.png"
},
"action": {
"default_title": "NotePad",
"default_popup": "index.html",
"default_icon": {
"16": "inc\/icon16.png",
"32": "inc\/icon32.png",
"48": "inc\/icon48.png",
"64": "inc\/icon64.png",
"128": "inc\/icon128.png"
}
},
"manifest_version": 3
} | |