SMMRY-XT
SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…
什么是SMMRY-XT?
SMMRY-XT是由atharva.fulay开发的Chrome扩展程序,该扩展的主要功能是“SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…”。
扩展截图
下载SMMRY-XT扩展crx文件
下载SMMRY-XT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization (https://smmry.com/about).
Features include:
* Quick copying of the current URL.
* Setting length of summary and number of keywords returned.
* Filtering sentences containing quotes, exclamations, or questions.
* Copying the summary to the clipboard.
* Copying the top keywords.
* (NEW) Summarize selected text.
Note: This extension is not the official SMMRY extension and is not endorsed by SMMRY. 扩展基本信息
| 名称 | |
| ID | oipkbgjabopdcfjbdjgablcjpjpoajci |
| 官方URL | https://chromewebstore.google.com/detail/smmry-xt/oipkbgjabopdcfjbdjgablcjpjpoajci |
| 简介 | SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization… |
| 文件大小 | 850 KB |
| 安装次数 | 328 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2023-02-26 |
| 上架时间 | 2022-03-15 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | atharva.fulay |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.atharvafulay.com/smmry-xt |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SMMRY-XT",
"version": "1.1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"scripting",
"activeTab"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": ".\/img\/s.png"
}
} | |