NotePad
Quick & Easy NotePad. Save Notes & Inserts.
Hvad er NotePad?
NotePad er en Chrome-udvidelse udviklet af searchpuzzle38, og dens hovedfunktion er "Quick & Easy NotePad. Save Notes & Inserts.".
Udvidelsesskærmbilleder
Download NotePad-udvidelses-CRX-fil
Download 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
Quick & Easy NotePad ================== Save Notes & pre-define Inserts. Uses the rich text editor: Quill.js.
Grundlæggende oplysninger om udvidelsen
Navn | NotePad |
ID | copnemeigdkilohdclohjokgbjeehkhd |
Officiel URL | https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd |
Beskrivelse | Quick & Easy NotePad. Save Notes & Inserts. |
Filstørrelse | 564 KB |
Antal Installationer | 69 |
Nuværende Version | 13 |
Senest Opdateret | 2022-04-07 |
Udgivelsesdato | 2020-04-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | searchpuzzle38 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |