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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shorty: Short on time. Long on knowledge. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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. 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:\/\/*\/*"
    ]
}