Recall | Summarize & save any online content

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

O que é Recall | Summarize & save any online content?

Recall | Summarize & save any online content é uma extensão do Chrome desenvolvida por https://getrecall.ai, e sua principal característica é "Save countless hours by getting key point summaries of any online content.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Recall | Summarize & save any online content

Baixe arquivos de extensão Recall | Summarize & save any online content no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Save countless hours by getting key point summaries of any online content.
Tamanho do Arquivo 2.7 MB
Contagem de Instalações 5,200
Versão Atual 1.50
Última Atualização 2024-03-02
Data de Publicação 2022-12-24
Classificação 4.22/5 Total de 18 Avaliações
Desenvolvedor https://getrecall.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.getrecall.ai/
URL da Página de Ajuda https://www.getrecall.ai/
URL da Página de Política de Privacidade https://www.recall.wiki/privacy-policy
Idiomas Suportados 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"
}