Summarize

Display a summary for the article on the current page

Apa itu Summarize?

Summarize adalah ekstensi Chrome yang dikembangkan oleh Petrix, dan fitur utamanya adalah "Display a summary for the article on the current page".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Summarize

Unduh file ekstensi Summarize 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

                        A Google Chrome extention that displays a summary of the article on the current page.                    

Informasi Dasar Ekstensi

Nama Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
URL Resmi https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
Deskripsi Display a summary for the article on the current page
Ukuran File 17.83 KB
Jumlah Instalasi 203
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-06-27
Tanggal Publikasi 2016-06-27
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Petrix
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/petre2dor/summarizeChromeExtension
URL Halaman Bantuan https://github.com/petre2dor/summarizeChromeExtension/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}