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
Eメール [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\/"
    ]
}