Save to nvALT

Save pages to nvALT in clean Markdown. No fluff.

Qu'est-ce que Save to nvALT ?

Save to nvALT est une extension Chrome développée par Mustafa Paksoy, et sa fonction principale est "Save pages to nvALT in clean Markdown. No fluff.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Save to nvALT

Téléchargez les fichiers d'extension Save to nvALT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        "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.                    

Informations de Base sur l'Extension

Nom Save to nvALT Save to nvALT
ID ebkgfgjoekdgchbafocpchdecgmicbfi
URL Officiel https://chromewebstore.google.com/detail/save-to-nvalt/ebkgfgjoekdgchbafocpchdecgmicbfi
Description Save pages to nvALT in clean Markdown. No fluff.
Taille du Fichier 428 KB
Nombre d'Installations 201
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-02-12
Date de Publication 2016-02-12
Évaluation 4.60/5 Total 5 Évaluations
Développeur Mustafa Paksoy
Type de Paiement free
Site Web de l'Extension https://github.com/mustpax/save-to-nvALT
URL de la Page d'Aide https://github.com/mustpax/save-to-nvALT/blob/master/Readme.md
Langues Prises en Charge 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"
}