Thought Saver

Tap into the superpower of remembering anything forever by using this incredibly efficient tool for learning.

Thought Saver란 무엇입니까?

Thought Saver은(는) https://app.thoughtsaver.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tap into the superpower of remembering anything forever by using this incredibly efficient tool for learning."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Thought Saver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Capture your thoughts effortlessly while reading blog posts, articles, and PDFs. Turn them into flashcards so that you can easily remember them forever. 

Key Features: 
• Highlight the text you want to have and then click on the browser extension icon to create a new flashcard. 
• OR highlight the text and right click to "Save Thought" 
• You can create flashcard decks and share these with friends, or embed them in articles. 
• If you want to create flashcards from PDFs you will need to go to your Chrome Extension settings for Thought Saver and enable: "allow access to file URLs." 

About Thought Saver: 
We aim to help you effortlessly capture important ideas, then retain and apply them in your day-to-day life. 
It's easy to forget nearly everything you read or learn, but with a little help from our tools, you can remember what matters most to you!                    

확장 프로그램 기본 정보

이름 Thought Saver Thought Saver
ID fbgpbfndoojlffkhpfijokglcfekhnpf
공식 URL https://chromewebstore.google.com/detail/thought-saver/fbgpbfndoojlffkhpfijokglcfekhnpf
설명 Tap into the superpower of remembering anything forever by using this incredibly efficient tool for learning.
파일 크기 27.34 KB
설치 횟수 437
현재 버전 1.1.9
최근 업데이트 2023-04-05
출시 날짜 2020-11-19
평점 4.60/5 총 5 개의 평점
개발자 https://app.thoughtsaver.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.thoughtsaver.com/
개인정보 보호 정책 페이지 URL http://www.gimbeltech.com/documents/privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thought Saver",
    "version": "1.1.9",
    "description": "Tap into the superpower of remembering anything forever by using this incredibly efficient tool for learning.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "cookies",
        "https:\/\/app.thoughtsaver.com\/*",
        "https:\/\/thought-saver-api.vercel.app\/api\/extension\/*"
    ],
    "browser_action": {
        "default_title": "Thought Saver",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}