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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}