AudioPen
Go from fuzzy thought to clear text. Fast
Hvad er AudioPen?
AudioPen er en Chrome-udvidelse udviklet af Louis Pereira, og dens hovedfunktion er "Go from fuzzy thought to clear text. Fast".
Udvidelsesskærmbilleder
Download AudioPen-udvidelses-CRX-fil
Download AudioPen-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | AudioPen |
ID | mgbilpbmcgfimdlkdphmfbchccpoliii |
Officiel URL | https://chromewebstore.google.com/detail/audiopen/mgbilpbmcgfimdlkdphmfbchccpoliii |
Beskrivelse | Go from fuzzy thought to clear text. Fast |
Filstørrelse | 39.53 KB |
Antal Installationer | 8,000 |
Nuværende Version | 0.4 |
Senest Opdateret | 2023-07-25 |
Udgivelsesdato | 2023-06-13 |
Bedømmelse | 4.94/5 Samlet 16 Bedømmelser |
Udvikler | Louis Pereira |
[email protected] | |
Betalingsmetode | in_app |
Udvidelseswebsted | https://audiopen.ai |
URL til Fortrolighedspolitik Side | https://audiopen.ai/privacypolicy |
Understøttede Sprog | 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\/" ] } |