NoteTaker

Take quick notes and save them without moving away from your browser!

O que é NoteTaker?

NoteTaker é uma extensão do Chrome desenvolvida por Nehan Sikder, e sua principal característica é "Take quick notes and save them without moving away from your browser!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NoteTaker

Baixe arquivos de extensão NoteTaker 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

                        Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes!

Logo design - [email protected]                    

Informações Básicas da Extensão

Nome NoteTaker NoteTaker
ID jedmfdadjflnlakpidicccpibkdfpeap
URL Oficial https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap
Descrição Take quick notes and save them without moving away from your browser!
Tamanho do Arquivo 394 KB
Contagem de Instalações 1,015
Versão Atual 0.0.0.3
Última Atualização 2017-01-15
Data de Publicação 2017-01-15
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Nehan Sikder
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTaker",
    "description": "Take quick notes and save them without moving away from your browser!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "FileSaver.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "FileSaver.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}