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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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