YANTAN - NewTab as Markdown NotePad

Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image

Cos'è YANTAN - NewTab as Markdown NotePad?

YANTAN - NewTab as Markdown NotePad è un'estensione di Chrome sviluppata da Aqui Tsuchida, e la sua funzione principale è "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YANTAN - NewTab as Markdown NotePad

Scarica i file di estensione YANTAN - NewTab as Markdown NotePad 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

                        Yet Another New Tab As Notes

Replace new tab to note pad,
You can write something in Markdown.
Also you can set your favorite image in background with customizable filters.

CHANGELOG: https://github.com/AquiTCD/yantan/blob/master/CHANGELOG.md                    

Informazioni di Base sull'Estensione

Nome YANTAN - NewTab as Markdown NotePad YANTAN - NewTab as Markdown NotePad
ID pnaicgpmmccpcpofkpnhephgfoobapna
URL Ufficiale https://chrome.google.com/webstore/detail/yantan-newtab-as-markdown/pnaicgpmmccpcpofkpnhephgfoobapna
Descrizione Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image
Dimensione del File 1.23 MB
Conteggio Installazioni 36
Versione Corrente 0.5.1
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Aqui Tsuchida
Tipo di Pagamento free
Sito Web dell'Estensione https://aquitcd.github.io/yantan/
URL della Pagina di Aiuto https://github.com/AquiTCD/yantan/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YANTAN - NewTab as Markdown NotePad",
    "description": "Yet Another NewTab as Notes - NewTab as Markdown NotePad with Your Favorite Background Image",
    "version": "0.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "management"
    ]
}