NEW TAB NOTE
NEW TAB NOTE is new tab extension for notes!
Cos'è NEW TAB NOTE?
NEW TAB NOTE è un'estensione di Chrome sviluppata da deren, e la sua funzione principale è "NEW TAB NOTE is new tab extension for notes!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NEW TAB NOTE
Scarica i file di estensione NEW TAB NOTE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✨ 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ihcgjbnbjnbfepjmoaklafegcehdfihn |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn |
| Descrizione | NEW TAB NOTE is new tab extension for notes! |
| Dimensione del File | 870 KB |
| Conteggio Installazioni | 131 |
| Versione Corrente | 2.8.1 |
| Ultimo Aggiornamento | 2022-05-18 |
| Data di Pubblicazione | 2020-08-15 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | deren |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/deren2525/new-tab-note |
| Lingue Supportate | 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"
} | |