Save to nvALT

Save pages to nvALT in clean Markdown. No fluff.

O que é Save to nvALT?

Save to nvALT é uma extensão do Chrome desenvolvida por Mustafa Paksoy, e sua principal característica é "Save pages to nvALT in clean Markdown. No fluff.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Save to nvALT

Baixe arquivos de extensão Save to nvALT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Save to nvALT Save to nvALT
ID ebkgfgjoekdgchbafocpchdecgmicbfi
URL Oficial https://chromewebstore.google.com/detail/save-to-nvalt/ebkgfgjoekdgchbafocpchdecgmicbfi
Descrição Save pages to nvALT in clean Markdown. No fluff.
Tamanho do Arquivo 428 KB
Contagem de Instalações 201
Versão Atual 1.0.1
Última Atualização 2016-02-12
Data de Publicação 2016-02-12
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Mustafa Paksoy
Tipo de Pagamento free
Site da Extensão https://github.com/mustpax/save-to-nvALT
URL da Página de Ajuda https://github.com/mustpax/save-to-nvALT/blob/master/Readme.md
Idiomas Suportados 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"
}