Shorty: Short on time. Long on knowledge.
Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.
Shorty: Short on time. Long on knowledge.とは何ですか?
Shorty: Short on time. Long on knowledge.はDeutsch LAによって開発されたChromeの拡張機能で、その主な機能は「Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.」です。
拡張機能のスクリーンショット
Shorty: Short on time. Long on knowledge.拡張機能のCRXファイルをダウンロード
Shorty: Short on time. Long on knowledge.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Look, the Internet is swamped with intriguing articles, but no one's got time for all that. Enter Shorty. Shorty is powered by AI and offers 5 summary options for any article: Simple Summary Explain Like I'm 5 Humor Me Why Should I Care Clickbait You can also ask Shorty to answer specific follow-up questions. So why are you still reading this? Go on, download Shorty to make your life a bit smarter, and a whole lot easier.
拡張機能の基本情報
名前 | Shorty: Short on time. Long on knowledge. |
ID | khdmegcpniieiijbakjglblieiffeeao |
公式URL | https://chromewebstore.google.com/detail/shorty-short-on-time-long/khdmegcpniieiijbakjglblieiffeeao |
説明 | Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA. |
ファイルサイズ | 694 KB |
インストール数 | 112 |
現在のバージョン | 0.1.9 |
最終更新日 | 2023-05-11 |
公開日 | 2023-03-30 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Deutsch LA |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://readshorty.com/ |
プライバシーポリシーページのURL | https://deutschla.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shorty: Short on time. Long on knowledge.", "description": "Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "homepage_url": "https:\/\/github.com\/Deutschla\/git-shorty", "version": "0.1.9", "manifest_version": 3, "action": { "default_title": "Summarize content", "default_popup": "\/popup\/get-started.html" }, "options_page": "\/pages\/settings.html", "content_scripts": [ { "js": [ "\/libraries\/Readability.js", "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |