Zenotes

Replace your new tab page with a clean, distraction-free notes miniapp

Cos'è Zenotes?

Zenotes è un'estensione di Chrome sviluppata da Yanis T, e la sua funzione principale è "Replace your new tab page with a clean, distraction-free notes miniapp".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zenotes

Scarica i file di estensione Zenotes 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

                        A clean&simple notes app with markdown support.

- Replaces your new tab page
- Clean and minimalistic
- Markdown
- Source code: https://github.com/hiquest/zenotes                    

Informazioni di Base sull'Estensione

Nome Zenotes Zenotes
ID fphoofpcklpbccekhlcmhagpbddbkfdp
URL Ufficiale https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp
Descrizione Replace your new tab page with a clean, distraction-free notes miniapp
Dimensione del File 135 KB
Conteggio Installazioni 37
Versione Corrente 1.4
Ultimo Aggiornamento 2021-02-22
Data di Pubblicazione 2019-03-08
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Yanis T
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hiquest/zenotes
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zenotes",
    "description": "Replace your new tab page with a clean, distraction-free notes miniapp",
    "version": "1.4",
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}