MakeMySummary
Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Apa itu MakeMySummary?
MakeMySummary adalah ekstensi Chrome yang dikembangkan oleh https://makemysummary.com, dan fitur utamanya adalah "Summarize videos, podcasts, blogs, webpages, text and PDF Files.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MakeMySummary
Unduh file ekstensi MakeMySummary 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
                        MakeMySummary condenses information to the most critical points.
You can summarize:
- videos, podcasts from various sources
- webpages on the current tab
- selected text and links on a webpage
Signup for a free account and start summarizing.                     Informasi Dasar Ekstensi
| Nama |   |  
| ID | flapomoagkbllphhhcikajjjahiklonl | 
| URL Resmi | https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl | 
| Deskripsi | Summarize videos, podcasts, blogs, webpages, text and PDF Files. | 
| Ukuran File | 25.69 KB | 
| Jumlah Instalasi | 117 | 
| Versi Saat Ini | 1.1 | 
| Terakhir Diperbarui | 2021-03-15 | 
| Tanggal Publikasi | 2021-03-10 | 
| Penilaian | 1.00/5 Total 1 Penilaian | 
| Pengembang | https://makemysummary.com | 
| [email protected] | |
| Tipe Pembayaran | free | 
| Situs Ekstensi | https://www.makemysummary.com | 
| URL Halaman Bantuan | https://www.makemysummary.com/support | 
| URL Halaman Kebijakan Privasi | https://www.makemysummary.com/privacy.html | 
| Bahasa yang Didukung | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MakeMySummary",
    "version": "1.1",
    "description": "Summarize videos, podcasts, blogs, webpages, text and PDF Files.",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.16.png",
            "32": "images\/logo.32.png",
            "48": "images\/logo.48.png",
            "128": "images\/logo.128.png"
        },
        "default_title": "MakeMySummary - Summarize videos, podcasts, blogs, webpages, text and PDF Files"
    },
    "icons": {
        "16": "images\/logo.16.png",
        "32": "images\/logo.32.png",
        "48": "images\/logo.48.png",
        "128": "images\/logo.128.png"
    },
    "manifest_version": 2
}  |  |