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文件

下載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. Shorty: Short on time. Long on knowledge.
ID khdmegcpniieiijbakjglblieiffeeao
官方網址 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:\/\/*\/*"
    ]
}