Recall | Summarize & save any online content

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

Was ist Recall | Summarize & save any online content?

Recall | Summarize & save any online content ist eine Chrome-Erweiterung, die von https://getrecall.ai entwickelt wurde, und ihr Hauptmerkmal ist "Save countless hours by getting key point summaries of any online content.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Recall | Summarize & save any online content-Erweiterungs-CRX-Datei herunterladen

Laden Sie Recall | Summarize & save any online content-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Recall | Summarize & save any online content Recall | Summarize & save any online content
ID ldbooahljamnocpaahaidnmlgfklbben
Offizielle URL https://chromewebstore.google.com/detail/recall-summarize-save-any/ldbooahljamnocpaahaidnmlgfklbben
Beschreibung Save countless hours by getting key point summaries of any online content.
Dateigröße 2.7 MB
Installationsanzahl 5,200
Aktuelle Version 1.50
Letztes Update 2024-03-02
Veröffentlichungsdatum 2022-12-24
Bewertung 4.22/5 Insgesamt 18 Bewertungen
Entwickler https://getrecall.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.getrecall.ai/
Hilfeseite URL https://www.getrecall.ai/
URL der Datenschutzrichtlinien-Seite https://www.recall.wiki/privacy-policy
Unterstützte Sprachen 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"
}