Gist

A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI

Gist란 무엇입니까?

Gist은(는) https://scottschindler.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI"입니다.

확장 프로그램 스크린샷

screenshot

Gist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A chrome extension that aims to help you manage your tabs by providing summaries of the tab's contents.  Currently, we just summarize text-based articles, but in the future, we will summarize::

- YouTube videos
- Message board threads
- Spotify Podcasts

Powered by AI.                    

확장 프로그램 기본 정보

이름 Gist Gist
ID cpimkgbepkemlnkebffkhddonboggiji
공식 URL https://chromewebstore.google.com/detail/gist/cpimkgbepkemlnkebffkhddonboggiji
설명 A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI
파일 크기 101 KB
설치 횟수 46
현재 버전 1.4.0
최근 업데이트 2023-01-09
출시 날짜 2022-12-20
개발자 https://scottschindler.io
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.4.0",
    "author": "scottschindler",
    "name": "Gist",
    "description": "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.5fadff2f.js"
    }
}