Simple Notes

A simple notes extension based off the Mac Notes app.

O que é Simple Notes?

Simple Notes é uma extensão do Chrome desenvolvida por Jeffrey Chang, e sua principal característica é "A simple notes extension based off the Mac Notes app.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Notes

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

                        With simple notes, you can take and save notes. It's that simple.

Other note taking apps have features of mostly little use, ones that can get in the way of usability and convenience. I have always enjoyed the simplicity of the Apple Notes app, both in design and usability, so I decided to base this extension on that app. Hope you enjoy! 

Note: This extension does not sync with your Apple notes.                    

Informações Básicas da Extensão

Nome Simple Notes Simple Notes
ID ldfahoabcdgljodjddijjiknleolbcmh
URL Oficial https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh
Descrição A simple notes extension based off the Mac Notes app.
Tamanho do Arquivo 116 KB
Contagem de Instalações 1,118
Versão Atual 1.0.6
Última Atualização 2015-10-27
Data de Publicação 2015-10-26
Classificação 3.31/5 Total de 13 Avaliações
Desenvolvedor Jeffrey Chang
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notes",
    "description": "A simple notes extension based off the Mac Notes app.",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}