Notes

A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…

O que é Notes?

Notes é uma extensão do Chrome desenvolvida por Jon Spensor, e sua principal característica é "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Notes

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

                        A whiteboard to write anything at any time.
Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?"

It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.                    

Informações Básicas da Extensão

Nome Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
URL Oficial https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
Descrição A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Tamanho do Arquivo 390 KB
Contagem de Instalações 67
Versão Atual 1.1
Última Atualização 2021-08-25
Data de Publicação 2021-08-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Jon Spensor
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}