Summate.it Article Summarizer

Summarizes web articles

What is Summate.it Article Summarizer?

Summate.it Article Summarizer is a Chrome extension developed by https://summate.it, and its main feature is "Summarizes web articles".

Extension Screenshots

screenshot

Download Summate.it Article Summarizer Extension CRX File

Download Summate.it Article Summarizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get concise, easy-to-understand summaries of any web article. Summate.it uses OpenAI to identify and present the core insights, allowing you to quickly absorb essential information and decide if you'd like to read the full article.                    

Extension Basic Information

Name Summate.it Article Summarizer Summate.it Article Summarizer
ID jfgldafgjblmcnahhhbghlnlhgophjhl
Official URL https://chromewebstore.google.com/detail/summateit-article-summari/jfgldafgjblmcnahhhbghlnlhgophjhl
Description Summarizes web articles
File Size 16.42 KB
Installation Count 486
Current Version 1.0
Last Updated 2023-06-26
Publish Date 2023-06-25
Developer https://summate.it
Email [email protected]
Payment Type free
Help Page URL https://summate.it/help.php
Privacy Policy Page URL https://help.fivefilters.org/push-to-kindle/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summate.it Article Summarizer",
    "version": "1.0",
    "description": "Summarizes web articles",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_title": "Summarize this page",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}