Gist

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

Gist là gì?

Gist là một tiện ích mở rộng Chrome được phát triển bởi https://scottschindler.io, và tính năng chính của nó là "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gist

Tải xuống các tệp mở rộng Gist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gist Gist
ID cpimkgbepkemlnkebffkhddonboggiji
URL Chính Thức https://chromewebstore.google.com/detail/gist/cpimkgbepkemlnkebffkhddonboggiji
Mô tả A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2023-01-09
Ngày Phát Hành 2022-12-20
Nhà Phát Triển https://scottschindler.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}