Notes Tab

This extension creates a note pad in a new tab

O que é Notes Tab?

Notes Tab é uma extensão do Chrome desenvolvida por patrickasdf, e sua principal característica é "This extension creates a note pad in a new tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Notes Tab

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

                        Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab.

Features:
- Auto-save
- Current date in the heading                    

Informações Básicas da Extensão

Nome Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
URL Oficial https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
Descrição This extension creates a note pad in a new tab
Tamanho do Arquivo 125 KB
Contagem de Instalações 202
Versão Atual 1.2
Última Atualização 2015-08-26
Data de Publicação 2015-08-26
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor patrickasdf
Tipo de Pagamento free
Site da Extensão http://www.patrickmatherly.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notes Tab",
    "description": "This extension creates a note pad in a new tab",
    "version": "1.2",
    "permissions": [
        "tabs",
        "topSites"
    ],
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "newpad.html"
    },
    "icons": {
        "16": "newpadicon16.png",
        "48": "newpadicon48.png",
        "128": "newpadicon128.png"
    }
}