AudioPen
Go from fuzzy thought to clear text. Fast
Qu'est-ce que AudioPen ?
AudioPen est une extension Chrome développée par Louis Pereira, et sa fonction principale est "Go from fuzzy thought to clear text. Fast".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AudioPen
Téléchargez les fichiers d'extension AudioPen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AudioPen |
ID | mgbilpbmcgfimdlkdphmfbchccpoliii |
URL Officiel | https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii |
Description | Go from fuzzy thought to clear text. Fast |
Taille du Fichier | 39.53 KB |
Nombre d'Installations | 8,000 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2023-07-25 |
Date de Publication | 2023-06-13 |
Évaluation | 4.94/5 Total 16 Évaluations |
Développeur | Louis Pereira |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://audiopen.ai |
URL de la Page de Politique de Confidentialité | https://audiopen.ai/privacypolicy |
Langues Prises en Charge | 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\/" ] } |