malter

Use markdown to edit and create notes in Evernote

Cos'è malter?

malter è un'estensione di Chrome sviluppata da jashua212, e la sua funzione principale è "Use markdown to edit and create notes in Evernote".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione malter

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

                        Features include:
• Side-by-side view and scrolling
• Syntax highlighting and beautifying of code blocks
• Export note contents in markdown or html
• GitHub flavored markdown                    

Informazioni di Base sull'Estensione

Nome malter malter
ID pkamkhfinhdkjanbfooobehefdngkpdj
URL Ufficiale https://chrome.google.com/webstore/detail/malter/pkamkhfinhdkjanbfooobehefdngkpdj
Descrizione Use markdown to edit and create notes in Evernote
Dimensione del File 352 KB
Conteggio Installazioni 28
Versione Corrente 0.9.3
Ultimo Aggiornamento 2019-10-13
Data di Pubblicazione 2019-10-13
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore jashua212
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://alternote.github.io/Privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png"
        },
        "default_title": "malter"
    },
    "description": "Use markdown to edit and create notes in Evernote",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "malter",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "cookies",
        "https:\/\/www.evernote.com\/*"
    ],
    "version": "0.9.3"
}