AudioPen
Go from fuzzy thought to clear text. Fast
What is AudioPen?
AudioPen is a Chrome extension developed by Louis Pereira, and its main feature is "Go from fuzzy thought to clear text. Fast".
Extension Screenshots
Download AudioPen Extension CRX File
Download AudioPen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AudioPen |
ID | mgbilpbmcgfimdlkdphmfbchccpoliii |
Official URL | https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii |
Description | Go from fuzzy thought to clear text. Fast |
File Size | 39.53 KB |
Installation Count | 8,000 |
Current Version | 0.4 |
Last Updated | 2023-07-25 |
Publish Date | 2023-06-13 |
Rating | 4.94/5 Total 16 Ratings |
Developer | Louis Pereira |
[email protected] | |
Payment Type | in_app |
Extension Website | https://audiopen.ai |
Privacy Policy Page URL | https://audiopen.ai/privacypolicy |
Supported Languages | 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\/" ] } |