AudioPen
Go from fuzzy thought to clear text. Fast
Wat is AudioPen?
AudioPen is een Chrome-extensie ontwikkeld door Louis Pereira, en de belangrijkste functie is "Go from fuzzy thought to clear text. Fast".
Extensie Screenshots
Download het CRX-bestand van de extensie AudioPen
Download AudioPen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AudioPen |
ID | mgbilpbmcgfimdlkdphmfbchccpoliii |
Officiële URL | https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii |
Beschrijving | Go from fuzzy thought to clear text. Fast |
Bestandsgrootte | 39.53 KB |
Aantal Installaties | 8,000 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2023-07-25 |
Publicatiedatum | 2023-06-13 |
Beoordeling | 4.94/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Louis Pereira |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://audiopen.ai |
URL van de Privacybeleid Pagina | https://audiopen.ai/privacypolicy |
Ondersteunde Talen | 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\/" ] } |