Super Quick Notes

Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.

O que é Super Quick Notes?

Super Quick Notes é uma extensão do Chrome desenvolvida por Tilek Mamutov, e sua principal característica é "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Super Quick Notes

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

                        Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page.

Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose.

This text editor is powered by Quill rich text editor.
If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.                    

Informações Básicas da Extensão

Nome Super Quick Notes Super Quick Notes
ID fojgjomfklhcldkiolieinholgmafcfm
URL Oficial https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm
Descrição Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
Tamanho do Arquivo 125 KB
Contagem de Instalações 218
Versão Atual 1.1.3
Última Atualização 2017-01-04
Data de Publicação 2017-01-04
Classificação 4.43/5 Total de 7 Avaliações
Desenvolvedor Tilek Mamutov
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Quick Notes",
    "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.",
    "version": "1.1.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}