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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shorty summarizes content into easy to read snippets so you can be wiser with your time. From your friends at Deutsch LA."입니다.

확장 프로그램 스크린샷

screenshot

Shorty: Short on time. Long on knowledge. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}