Easy Notes Maker

Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…

O que é Easy Notes Maker?

Easy Notes Maker é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy Notes Maker

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

                        Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste again and again? Here's the solution to your problem!

Through this extension you can select the text that you find note-worthy and it will be AUTOMATICALLY saved in a text file. Once you are done with saving all the important text, you can click the download button to save that file in your computer.

All your noted text is saved even if you change/refresh tabs, so browse and study freely!

NOTE: If the extension doesn't work, try turning off extensions like "AdBlocker" for that website.                    

Informações Básicas da Extensão

Nome Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
URL Oficial https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
Descrição Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
Tamanho do Arquivo 119 KB
Contagem de Instalações 51
Versão Atual 1.0.0
Última Atualização 2022-01-27
Data de Publicação 2022-01-26
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Notes Maker",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "East.png",
        "48": "East.png",
        "128": "East.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "content.js",
                "working.js"
            ]
        }
    ]
}