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.

Apa itu Shorty: Short on time. Long on knowledge.?

Shorty: Short on time. Long on knowledge. adalah ekstensi Chrome yang dikembangkan oleh Deutsch LA, dan fitur utamanya adalah "Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shorty: Short on time. Long on knowledge.

Unduh file ekstensi Shorty: Short on time. Long on knowledge. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Shorty: Short on time. Long on knowledge. Shorty: Short on time. Long on knowledge.
ID khdmegcpniieiijbakjglblieiffeeao
URL Resmi https://chromewebstore.google.com/detail/shorty-short-on-time-long/khdmegcpniieiijbakjglblieiffeeao
Deskripsi Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA.
Ukuran File 694 KB
Jumlah Instalasi 112
Versi Saat Ini 0.1.9
Terakhir Diperbarui 2023-05-11
Tanggal Publikasi 2023-03-30
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Deutsch LA
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://readshorty.com/
URL Halaman Kebijakan Privasi https://deutschla.com/privacy
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}