MakeMySummary
Summarize videos, podcasts, blogs, webpages, text and PDF Files.
Co to jest MakeMySummary?
MakeMySummary to rozszerzenie Chrome opracowane przez https://makemysummary.com, a jego główną funkcją jest „Summarize videos, podcasts, blogs, webpages, text and PDF Files.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MakeMySummary
Pobierz pliki rozszerzeń MakeMySummary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | flapomoagkbllphhhcikajjjahiklonl | 
| Oficjalny URL | https://chromewebstore.google.com/detail/makemysummary/flapomoagkbllphhhcikajjjahiklonl | 
| Opis | Summarize videos, podcasts, blogs, webpages, text and PDF Files. | 
| Rozmiar pliku | 25.69 KB | 
| Liczba instalacji | 117 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2021-03-15 | 
| Data Publikacji | 2021-03-10 | 
| Ocena | 1.00/5 Łącznie 1 Oceny | 
| Deweloper | https://makemysummary.com | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://www.makemysummary.com | 
| Adres URL Strony Pomocy | https://www.makemysummary.com/support | 
| Adres URL Strony Polityki Prywatności | https://www.makemysummary.com/privacy.html | 
| Obsługiwane Języki | 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
}  |  |