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. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Deutsch LA, και η κύρια λειτουργία του είναι "Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shorty: Short on time. Long on knowledge.
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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:\/\/*\/*" ] } |