AudioPen
Go from fuzzy thought to clear text. Fast
AudioPenคืออะไร?
AudioPen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Louis Pereira และคุณลักษณะหลักของมันคือ "Go from fuzzy thought to clear text. Fast"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AudioPen
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/" ] } |