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
官方網址 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\/"
    ]
}