Create a Google Keep™ Note

This extension creates a new note in Google Keep™

O que é Create a Google Keep™ Note?

Create a Google Keep™ Note é uma extensão do Chrome desenvolvida por Thomas Hammerlund, e sua principal característica é "This extension creates a new note in Google Keep™".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Create a Google Keep™ Note

Baixe arquivos de extensão Create a Google Keep™ 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 extension creates a new note in Google Keep when you click it. A new tab will open right to a new note.

If you are not logged into your Google Account, you will be directed to log in to your account.

This is very useful for taking quick notes  and writing down ideas.                    

Informações Básicas da Extensão

Nome Create a Google Keep™ Note Create a Google Keep™ Note
ID adpkhhdlcmklfbjbehgpgjcbmbemffnb
URL Oficial https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb
Descrição This extension creates a new note in Google Keep™
Tamanho do Arquivo 5.86 KB
Contagem de Instalações 492
Versão Atual 0.3
Última Atualização 2022-07-22
Data de Publicação 2021-04-17
Desenvolvedor Thomas Hammerlund
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sites.google.com/view/one-click-extensions/home
URL da Página de Ajuda https://sites.google.com/view/one-click-extensions/contact
URL da Página de Política de Privacidade https://sites.google.com/view/one-click-extensions/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Keep\u2122 Note",
    "description": "This extension creates a new note in Google Keep\u2122",
    "version": "0.3",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Keep\u2122 Note"
    },
    "background": {
        "service_worker": "background.js"
    }
}