MetaNote

Add notes to any page on the web

O que é MetaNote?

MetaNote é uma extensão do Chrome desenvolvida por https://getmetanote.com, e sua principal característica é "Add notes to any page on the web".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão MetaNote

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

                        MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later.

Click the extension icon to open a panel and start writing your notes. Come back later to collect them.                    

Informações Básicas da Extensão

Nome MetaNote MetaNote
ID edppgeiopaemgpmmapllfeeeeekdolbl
URL Oficial https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl
Descrição Add notes to any page on the web
Tamanho do Arquivo 167 KB
Contagem de Instalações 31
Versão Atual 1.0.1
Última Atualização 2022-03-01
Data de Publicação 2022-02-26
Desenvolvedor https://getmetanote.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getmetanote.com
URL da Página de Ajuda https://getmetanote.com/support
URL da Página de Política de Privacidade https://www.impulsionlabs.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MetaNote",
    "description": "Add notes to any page on the web",
    "version": "1.0.1",
    "icons": {
        "128": "img\/icon-orange-128.png",
        "48": "img\/icon-orange-48.png",
        "16": "img\/icon-orange-16.png"
    },
    "action": [],
    "background": {
        "service_worker": "app\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}