Give Me Summary

Summarize any article with single click and share it with your friends

Apa itu Give Me Summary?

Give Me Summary adalah ekstensi Chrome yang dikembangkan oleh https://givemesummary.com, dan fitur utamanya adalah "Summarize any article with single click and share it with your friends".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Give Me Summary

Unduh file ekstensi Give Me Summary 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

                        Summarize any news article with single click, and share the bullet point summary with your friends.

If the article has an image, GiveMeSummary also generates visually appealing mobile-friendly summary page that you can share with your friends and co-workers.

Give it a try, and visit us at http://givemesummary.com for more info.

Comments are welcome at [email protected].

Thank you for trying GiveMeSummary.                    

Informasi Dasar Ekstensi

Nama Give Me Summary Give Me Summary
ID glianhadahahpcjjliajdllcmckcnjgh
URL Resmi https://chromewebstore.google.com/detail/give-me-summary/glianhadahahpcjjliajdllcmckcnjgh
Deskripsi Summarize any article with single click and share it with your friends
Ukuran File 12.98 KB
Jumlah Instalasi 40
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-06-28
Tanggal Publikasi 2019-06-28
Pengembang https://givemesummary.com
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Give Me Summary",
    "version": "1.0",
    "description": "Summarize any article with single click and share it with your friends",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "summarize.js"
        ]
    },
    "browser_action": {
        "default_icon": "givemesummary-48x48.png"
    },
    "icons": {
        "128": "givemesummary-128x128.png",
        "48": "givemesummary-48x48.png",
        "16": "givemesummary-16x16.png"
    },
    "manifest_version": 2
}