Gist

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

Gistคืออะไร?

Gist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scottschindler.io และคุณลักษณะหลักของมันคือ "A chrome extension that aims to help you manage your tabs by providing summaries. Powered by AI"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gist

ดาวน์โหลดไฟล์ส่วนขยาย Gist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}