AudioPen

Go from fuzzy thought to clear text. Fast

Что такое AudioPen?

AudioPen - это расширение Chrome, разработанное Louis Pereira, и его основная функция - "Go from fuzzy thought to clear text. Fast".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения AudioPen

Скачайте файлы расширений AudioPen в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AudioPen AudioPen
ID mgbilpbmcgfimdlkdphmfbchccpoliii
Официальный URL https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii
Описание Go from fuzzy thought to clear text. Fast
Размер файла 39.53 KB
Количество установок 8,000
Текущая Версия 0.4
Последнее Обновление 2023-07-25
Дата публикации 2023-06-13
Рейтинг 4.94/5 Всего 16 оценок
Разработчик Louis Pereira
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://audiopen.ai
URL страницы политики конфиденциальности https://audiopen.ai/privacypolicy
Поддерживаемые языки 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\/"
    ]
}