AudioPen

Go from fuzzy thought to clear text. Fast

Apa itu AudioPen?

AudioPen adalah ekstensi Chrome yang dikembangkan oleh Louis Pereira, dan fitur utamanya adalah "Go from fuzzy thought to clear text. Fast".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AudioPen

Unduh file ekstensi AudioPen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AudioPen AudioPen
ID mgbilpbmcgfimdlkdphmfbchccpoliii
URL Resmi https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii
Deskripsi Go from fuzzy thought to clear text. Fast
Ukuran File 39.53 KB
Jumlah Instalasi 8,000
Versi Saat Ini 0.4
Terakhir Diperbarui 2023-07-25
Tanggal Publikasi 2023-06-13
Penilaian 4.94/5 Total 16 Penilaian
Pengembang Louis Pereira
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://audiopen.ai
URL Halaman Kebijakan Privasi https://audiopen.ai/privacypolicy
Bahasa yang Didukung 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\/"
    ]
}