Summarize the Internet

Displays a summary of the text or article on the current page.

Apa itu Summarize the Internet?

Summarize the Internet adalah ekstensi Chrome yang dikembangkan oleh Don Patrick, dan fitur utamanya adalah "Displays a summary of the text or article on the current page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Summarize the Internet

Unduh file ekstensi Summarize the Internet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Clicking the taskbar button will summarize the current page in a popup.

Text is typically reduced to 50-20%, depending on how much valuable information it contains.

This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides.

(Also available for Firefox)                    

Informasi Dasar Ekstensi

Nama Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
URL Resmi https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
Deskripsi Displays a summary of the text or article on the current page.
Ukuran File 57.46 KB
Jumlah Instalasi 3,711
Versi Saat Ini 1.9.0
Terakhir Diperbarui 2022-05-08
Tanggal Publikasi 2020-03-17
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Don Patrick
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://artistdetective.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize the Internet",
    "version": "1.9.0",
    "description": "Displays a summary of the text or article on the current page.",
    "author": "Patrick Dhondt",
    "developer": {
        "name": "Patrick Dhondt",
        "url": "https:\/\/artistdetective.wordpress.com"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon32.png",
        "default_title": "Summarize page",
        "default_popup": "summarise.htm"
    }
}