Feather AI
Audio to text summaries for Podcasts, YouTubes, and more!
Feather AIとは何ですか?
Feather AIはhttps://featherai.coによって開発されたChromeの拡張機能で、その主な機能は「Audio to text summaries for Podcasts, YouTubes, and more!」です。
拡張機能のスクリーンショット
Feather AI拡張機能のCRXファイルをダウンロード
Feather AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | dlafajjnklgpgpophnhinmfcomppnkco |
| 公式URL | https://chromewebstore.google.com/detail/feather-ai/dlafajjnklgpgpophnhinmfcomppnkco |
| 説明 | Audio to text summaries for Podcasts, YouTubes, and more! |
| ファイルサイズ | 60.6 KB |
| インストール数 | 126 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2023-02-23 |
| 公開日 | 2023-01-30 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | https://featherai.co |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://featherai.co |
| ヘルプページのURL | https://featherai.co/support |
| プライバシーポリシーページのURL | https://featherai.co/privacy-policy |
| 対応言語 | 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\/*"
]
} | |