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.

Qu'est-ce que Shorty: Short on time. Long on knowledge. ?

Shorty: Short on time. Long on knowledge. est une extension Chrome développée par Deutsch LA, et sa fonction principale est "Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shorty: Short on time. Long on knowledge.

Téléchargez les fichiers d'extension Shorty: Short on time. Long on knowledge. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shorty: Short on time. Long on knowledge. Shorty: Short on time. Long on knowledge.
ID khdmegcpniieiijbakjglblieiffeeao
URL Officiel https://chromewebstore.google.com/detail/shorty-short-on-time-long/khdmegcpniieiijbakjglblieiffeeao
Description Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.
Taille du Fichier 694 KB
Nombre d'Installations 112
Version Actuelle 0.1.9
Dernière Mise à Jour 2023-05-11
Date de Publication 2023-03-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur Deutsch LA
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://readshorty.com/
URL de la Page de Politique de Confidentialité https://deutschla.com/privacy
Langues Prises en Charge 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:\/\/*\/*"
    ]
}