AudioPen

Go from fuzzy thought to clear text. Fast

Co je AudioPen?

AudioPen je rozšíření Chrome vyvinuté Louis Pereira, a jeho hlavní funkcí je „Go from fuzzy thought to clear text. Fast“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AudioPen

Stáhněte si soubory rozšíření AudioPen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AudioPen AudioPen
ID mgbilpbmcgfimdlkdphmfbchccpoliii
Oficiální URL https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii
Popis Go from fuzzy thought to clear text. Fast
Velikost souboru 39.53 KB
Počet instalací 8,000
Aktuální Verze 0.4
Poslední Aktualizace 2023-07-25
Datum Vydání 2023-06-13
Hodnocení 4.94/5 Celkem 16 Hodnocení
Vývojář Louis Pereira
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://audiopen.ai
URL Stránky Zásad Ochrany Soukromí https://audiopen.ai/privacypolicy
Podporované Jazyky 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\/"
    ]
}