Chrome Note

A handy way to keep notes while you browse the web

O que é Chrome Note?

Chrome Note é uma extensão do Chrome desenvolvida por gazza7205, e sua principal característica é "A handy way to keep notes while you browse the web".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome Note

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

                        This is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

Informações Básicas da Extensão

Nome Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
URL Oficial https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
Descrição A handy way to keep notes while you browse the web
Tamanho do Arquivo 86.14 KB
Contagem de Instalações 1,069
Versão Atual 1.1
Última Atualização 2015-07-26
Data de Publicação 2015-07-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor gazza7205
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}