AudioPen

Go from fuzzy thought to clear text. Fast

什么是AudioPen?

AudioPen是由Louis Pereira开发的Chrome扩展程序,该扩展的主要功能是“Go from fuzzy thought to clear text. Fast”。

扩展截图

screenshot
screenshot
screenshot

下载AudioPen扩展crx文件

下载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\/"
    ]
}