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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/"
    ]
}