Recall | Summarize & save any online content

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

什么是Recall | Summarize & save any online content?

Recall | Summarize & save any online content是由https://getrecall.ai开发的Chrome扩展程序,该扩展的主要功能是“Save countless hours by getting key point summaries of any online content.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Recall | Summarize & save any online content扩展crx文件

下载Recall | Summarize & save any online content扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Recall | Summarize & save any online content Recall | Summarize & save any online content
ID ldbooahljamnocpaahaidnmlgfklbben
官方URL https://chromewebstore.google.com/detail/recall-summarize-save-any/ldbooahljamnocpaahaidnmlgfklbben
简介 Save countless hours by getting key point summaries of any online content.
文件大小 2.7 MB
安装次数 5,200
当前版本 1.50
更新时间 2024-03-02
上架时间 2022-12-24
评分 4.22/5 共18次评分
开发者 https://getrecall.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.getrecall.ai/
帮助页面URL https://www.getrecall.ai/
隐私政策页面URL https://www.recall.wiki/privacy-policy
支持的语言 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"
}