Feather AI
Audio to text summaries for Podcasts, YouTubes, and more!
Was ist Feather AI?
Feather AI ist eine Chrome-Erweiterung, die von https://featherai.co entwickelt wurde, und ihr Hauptmerkmal ist "Audio to text summaries for Podcasts, YouTubes, and more!".
Erweiterungsscreenshots
Feather AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Feather AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Feather turns hours of podcasts, lectures, and any other video/audio files into executive summaries that take mere minutes to read.
Summaries are generated with the click of a single button when you download the Feather Chrome Extension.
Our summaries include:
• Bottom line up front - 1-3 sentence overview on the topic
• Key points - the body of the file is broken into bullets w/ bolded headings
• Estimated reading time vs. video/audio length - see how much time you're saving
Register your extension for free at www.featherai.co/free.
No cost. No fees. No credit card. No gimmicks.
Enter just your email, and experience the power of Feather. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dlafajjnklgpgpophnhinmfcomppnkco |
| Offizielle URL | https://chromewebstore.google.com/detail/feather-ai/dlafajjnklgpgpophnhinmfcomppnkco |
| Beschreibung | Audio to text summaries for Podcasts, YouTubes, and more! |
| Dateigröße | 60.6 KB |
| Installationsanzahl | 126 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2023-02-23 |
| Veröffentlichungsdatum | 2023-01-30 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | https://featherai.co |
| [email protected] | |
| Zahlungsart | in_app |
| Erweiterungswebsite | https://featherai.co |
| Hilfeseite URL | https://featherai.co/support |
| URL der Datenschutzrichtlinien-Seite | https://featherai.co/privacy-policy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Feather AI",
"description": "Audio to text summaries for Podcasts, YouTubes, and more!",
"version": "1.3",
"author": "Feather AI",
"icons": {
"512": "logo.png"
},
"action": {
"default_icon": {
"512": "logo.png"
},
"default_popup": "popup.html"
},
"permissions": [
"storage",
"tabs",
"cookies"
],
"host_permissions": [
"https:\/\/youtube.com\/",
"https:\/\/www.youtube.com\/",
"https:\/\/www.featherai.co\/*",
"https:\/\/featherai.co\/*"
]
} | |