NEW TAB NOTE
NEW TAB NOTE is new tab extension for notes!
Was ist NEW TAB NOTE?
NEW TAB NOTE ist eine Chrome-Erweiterung, die von deren entwickelt wurde, und ihr Hauptmerkmal ist "NEW TAB NOTE is new tab extension for notes!".
Erweiterungsscreenshots
NEW TAB NOTE-Erweiterungs-CRX-Datei herunterladen
Laden Sie NEW TAB NOTE-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
✨ Update
- 2022/1/26
You can now create multiple notes.
- 2022/1/21
Layout adjustment.
- 2021/11/29
Improved list entry.
- 2021/07/08
I added a filter function.
You can blur the contents of the memo by clicking the icon.
You can blur your notes in filter mode to block peeping from others.
---
📚 Features
- Just open new tab, and write down thoughts.
- You can write in markdown.
- No worries about saving things when writing.
- You can blur your notes in filter mode to block peeping from others.
- You can create multiple notes.
---
Click here for requests.
https://github.com/deren2525/new-tab-note/issues/new/choose Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ihcgjbnbjnbfepjmoaklafegcehdfihn |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn |
| Beschreibung | NEW TAB NOTE is new tab extension for notes! |
| Dateigröße | 870 KB |
| Installationsanzahl | 131 |
| Aktuelle Version | 2.8.1 |
| Letztes Update | 2022-05-18 |
| Veröffentlichungsdatum | 2020-08-15 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | deren |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/deren2525/new-tab-note |
| Unterstützte Sprachen | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_Name__",
"version": "2.8.1",
"description": "__MSG_Description__",
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "assets\/images\/icon.png"
}
},
"chrome_url_overrides": {
"newtab": "newTabNote.html"
},
"icons": {
"48": "assets\/images\/icon.png"
},
"manifest_version": 3,
"default_locale": "en"
} | |