Save to nvALT

Save pages to nvALT in clean Markdown. No fluff.

Was ist Save to nvALT?

Save to nvALT ist eine Chrome-Erweiterung, die von Mustafa Paksoy entwickelt wurde, und ihr Hauptmerkmal ist "Save pages to nvALT in clean Markdown. No fluff.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Save to nvALT-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save to nvALT-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

                        "Save to nvALT" saves pages from Chrome to nvALT. Pages are saved in clean Markdown. No fluff.

To use "Save to nvALT" you have to first install nvALT.

# How do I use this?

Click the extension button to save whole page as a note. You can also do this by right clicking on the page and picking "Save note with page." Pages are converted to Markdown and saved as plain text.

If you want to save a section of the page, right click and pick "Save note with selected text".

# What's nvALT?

nvALT is a note taking application for Mac OS X. It is an improved version of the original Notational Velocity.                    

Grundlegende Informationen zur Erweiterung

Name Save to nvALT Save to nvALT
ID ebkgfgjoekdgchbafocpchdecgmicbfi
Offizielle URL https://chromewebstore.google.com/detail/save-to-nvalt/ebkgfgjoekdgchbafocpchdecgmicbfi
Beschreibung Save pages to nvALT in clean Markdown. No fluff.
Dateigröße 428 KB
Installationsanzahl 201
Aktuelle Version 1.0.1
Letztes Update 2016-02-12
Veröffentlichungsdatum 2016-02-12
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Mustafa Paksoy
Zahlungsart free
Erweiterungswebsite https://github.com/mustpax/save-to-nvALT
Hilfeseite URL https://github.com/mustpax/save-to-nvALT/blob/master/Readme.md
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to nvALT",
    "version": "1.0.1",
    "description": "Save pages to nvALT in clean Markdown. No fluff.",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Save to nvALT"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "build.js"
        ]
    },
    "minimum_chrome_version": "14.0"
}