Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

O que é Easy Note?

Easy Note é uma extensão do Chrome desenvolvida por ozanerturk17, e sua principal característica é "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Easy Note

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

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

Informações Básicas da Extensão

Nome Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
URL Oficial https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
Descrição Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Tamanho do Arquivo 222 KB
Contagem de Instalações 33
Versão Atual 1.3.1
Última Atualização 2024-02-27
Data de Publicação 2021-03-10
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor ozanerturk17
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ozanerturk/easy-note-chrome-extension
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}