NotePad
Quick & Easy NotePad. Save Notes & Inserts.
Vad är NotePad?
NotePad är en Chrome-tillägg utvecklad av searchpuzzle38, och dess huvudfunktion är "Quick & Easy NotePad. Save Notes & Inserts.".
Tilläggsskärmbilder
Ladda ner NotePad-förlängningens CRX-fil
Ladda ner 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
Quick & Easy NotePad
==================
Save Notes & pre-define Inserts.
Uses the rich text editor: Quill.js. Grundläggande Information om Tillägg
| Namn | |
| ID | copnemeigdkilohdclohjokgbjeehkhd |
| Officiell webbadress | https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd |
| Beskrivning | Quick & Easy NotePad. Save Notes & Inserts. |
| Filstorlek | 564 KB |
| Antal Installationer | 69 |
| Aktuell Version | 13 |
| Senast Uppdaterad | 2022-04-07 |
| Publiceringsdatum | 2020-04-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | searchpuzzle38 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |