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”。
扩展截图
下载Gist扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |