AudioPen

Go from fuzzy thought to clear text. Fast

Co to jest AudioPen?

AudioPen to rozszerzenie Chrome opracowane przez Louis Pereira, a jego główną funkcją jest „Go from fuzzy thought to clear text. Fast”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AudioPen

Pobierz pliki rozszerzeń AudioPen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AudioPen AudioPen
ID mgbilpbmcgfimdlkdphmfbchccpoliii
Oficjalny URL https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii
Opis Go from fuzzy thought to clear text. Fast
Rozmiar pliku 39.53 KB
Liczba instalacji 8,000
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2023-07-25
Data Publikacji 2023-06-13
Ocena 4.94/5 Łącznie 16 Oceny
Deweloper Louis Pereira
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://audiopen.ai
Adres URL Strony Polityki Prywatności https://audiopen.ai/privacypolicy
Obsługiwane Języki 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\/"
    ]
}