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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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