SMMRY-XT
SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…
Vad är SMMRY-XT?
SMMRY-XT är en Chrome-tillägg utvecklad av atharva.fulay, och dess huvudfunktion är "SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…".
Tilläggsskärmbilder
Ladda ner SMMRY-XT-förlängningens CRX-fil
Ladda ner SMMRY-XT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | oipkbgjabopdcfjbdjgablcjpjpoajci |
| Officiell webbadress | https://chromewebstore.google.com/detail/smmry-xt/oipkbgjabopdcfjbdjgablcjpjpoajci |
| Beskrivning | SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization… |
| Filstorlek | 850 KB |
| Antal Installationer | 328 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2023-02-26 |
| Publiceringsdatum | 2022-03-15 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | atharva.fulay |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.atharvafulay.com/smmry-xt |
| Stödda Språk | 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"
}
} | |