Recall | Summarize & save any online content

Save countless hours by getting key point summaries of any online content.

¿Qué es Recall | Summarize & save any online content?

Recall | Summarize & save any online content es una extensión de Chrome desarrollada por https://getrecall.ai, y su función principal es "Save countless hours by getting key point summaries of any online content.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Recall | Summarize & save any online content

Descarga archivos de extensión Recall | Summarize & save any online content en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Recall lets you summarize any online content and save it to your personal knowledge base. With Recall, you can summarize the following:

▶️ YouTube videos
📰 Articles 
🎙️ Podcasts
📄 PDFs
👩‍🍳 Recipes
🎥 Movie and TV series lists
or any other webpages

The summaries get automatically categorized in your own personal knowledge base making them easy to find again. What’s more, the saved summaries also get automatically linked with other related content you have saved in the past, helping you find connections in the content you consume and resurface past content when it is most relevant.

Recall also helps you review and consolidate the knowledge stored in your knowledge base. It uses scientifically backed techniques known as Spaced Repetition and Active Recall to resurface your saved content at optimal intervals, enhancing your long-term retention of information.

Key Features of Recall:

👉Summarize any online content.
👉 Save the summaries to your own personal knowledge base.
👉 Summaries are automatically categorised in your knowledge base.
👉 Links between the summaries are automatically identified helping find connections in the content you consume and resurface old content when something else related comes up.
👉 Review your saved summaries using Spaced Repetition flashcards and Active Recall.

Step 1:
Using our browser extension, summarize and save any online content including YouTube videos, blog posts, podcasts, news articles and even PDFs.

Step 2:
Your saved summaries are automatically categorized and connected in your knowledge base.

Step 3:
Recall will strategically schedule reviews of your saved summaries to optimise long-term retention. Additionally, Recall will generate questions from the content in your knowledge base to test your knowledge even further.                    

Información Básica de la Extensión

Nombre Recall | Summarize & save any online content Recall | Summarize & save any online content
ID ldbooahljamnocpaahaidnmlgfklbben
URL Oficial https://chromewebstore.google.com/detail/recall-summarize-save-any/ldbooahljamnocpaahaidnmlgfklbben
Descripción Save countless hours by getting key point summaries of any online content.
Tamaño del Archivo 2.7 MB
Cantidad de Instalaciones 5,200
Versión Actual 1.50
Última Actualización 2024-03-02
Fecha de Publicación 2022-12-24
Calificación 4.22/5 Total de 18 Calificaciones
Desarrollador https://getrecall.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.getrecall.ai/
URL de la Página de Ayuda https://www.getrecall.ai/
URL de la Página de Política de Privacidad https://www.recall.wiki/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Recall | Summarize & save any online content",
    "description": "Save countless hours by getting key point summaries of any online content.",
    "version": "1.50",
    "homepage_url": "https:\/\/www.getrecall.ai",
    "icons": {
        "192": "assets\/images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "Recall this page",
        "default_icon": {
            "16": "assets\/images\/icon-16.png",
            "32": "assets\/images\/icon-32.png",
            "48": "assets\/images\/icon-48.png",
            "128": "assets\/images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "content\/renderGSRButtons.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.recall-app.com\/*",
            "https:\/\/*.recall.wiki\/*",
            "https:\/\/*.getrecall.ai\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkAyJgRXP2uM+M\/yskMJvEwbWzI2AJwBROshKHvxdDOWwmXHOLNRGvmX2cKEzOWBXQM5\/nVZBVTk41Z3ITW6dv59490QDh6VAV2A4AkTY3w1+PdBAnEMr1FszLLwhbSPBuVMoksObAp1yTc7Wsk9URATwlbOEtO6o4j7\/rCdfjCFTAOPyfqeYqSn6YGD5sg3KCN\/UjbI68DAsiLTnWFsrozbF0axMnhtuF9\/WCSggTDZPQGdHsPUxAXOYOs5tmayHJXA+4lI2aH3mmkXeHzZFAbo6aFXUeaY+WWMe9TRlimjKsJxnmILjpaX0uFwhUYAjzKCJ3giHY1\/nw7xZU9R+ZQIDAQAB"
}