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.
Co je Shorty: Short on time. Long on knowledge.?
Shorty: Short on time. Long on knowledge. je rozšíření Chrome vyvinuté Deutsch LA, a jeho hlavní funkcí je „Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Shorty: Short on time. Long on knowledge.
Stáhněte si soubory rozšíření Shorty: Short on time. Long on knowledge. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Shorty: Short on time. Long on knowledge. |
ID | khdmegcpniieiijbakjglblieiffeeao |
Oficiální URL | https://chromewebstore.google.com/detail/shorty-short-on-time-long/khdmegcpniieiijbakjglblieiffeeao |
Popis | Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA. |
Velikost souboru | 694 KB |
Počet instalací | 112 |
Aktuální Verze | 0.1.9 |
Poslední Aktualizace | 2023-05-11 |
Datum Vydání | 2023-03-30 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Deutsch LA |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://readshorty.com/ |
URL Stránky Zásad Ochrany Soukromí | https://deutschla.com/privacy |
Podporované Jazyky | 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:\/\/*\/*" ] } |