AudioPen

Go from fuzzy thought to clear text. Fast

O que é AudioPen?

AudioPen é uma extensão do Chrome desenvolvida por Louis Pereira, e sua principal característica é "Go from fuzzy thought to clear text. Fast".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AudioPen

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

                        The AudioPen Chrome Extension lets you access AudioPen and record a voice note from any tab on your browser. 

Whether you want to record your thoughts from an interesting article, or quickly draft an email with AudioPen, now you can do it from wherever you are on the internet.

You can even access your entire library of notes to edit them, directly from your browser.                    

Informações Básicas da Extensão

Nome AudioPen AudioPen
ID mgbilpbmcgfimdlkdphmfbchccpoliii
URL Oficial https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii
Descrição Go from fuzzy thought to clear text. Fast
Tamanho do Arquivo 39.53 KB
Contagem de Instalações 8,000
Versão Atual 0.4
Última Atualização 2023-07-25
Data de Publicação 2023-06-13
Classificação 4.94/5 Total de 16 Avaliações
Desenvolvedor Louis Pereira
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://audiopen.ai
URL da Página de Política de Privacidade https://audiopen.ai/privacypolicy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AudioPen",
    "description": "Go from fuzzy thought to clear text. Fast",
    "version": "0.4",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/audiopen.ai\/"
    ]
}