AudioPen

Go from fuzzy thought to clear text. Fast

Vad är AudioPen?

AudioPen är en Chrome-tillägg utvecklad av Louis Pereira, och dess huvudfunktion är "Go from fuzzy thought to clear text. Fast".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner AudioPen-förlängningens CRX-fil

Ladda ner AudioPen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AudioPen AudioPen
ID mgbilpbmcgfimdlkdphmfbchccpoliii
Officiell webbadress https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii
Beskrivning Go from fuzzy thought to clear text. Fast
Filstorlek 39.53 KB
Antal Installationer 8,000
Aktuell Version 0.4
Senast Uppdaterad 2023-07-25
Publiceringsdatum 2023-06-13
Betyg 4.94/5 Totalt 16 Betyg
Utvecklare Louis Pereira
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://audiopen.ai
URL till Sekretesspolicy Sidan https://audiopen.ai/privacypolicy
Stödda Språk 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\/"
    ]
}