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.
擴展基本資訊
名稱 | SMMRY-XT |
ID | oipkbgjabopdcfjbdjgablcjpjpoajci |
官方網址 | 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" } } |