Thought Saver

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

ما هو Thought Saver؟

Thought Saver هو إضافة Chrome تم تطويرها بواسطة https://app.thoughtsaver.com، والميزة الرئيسية لها هي "Tap into the superpower of remembering anything forever by using this incredibly efficient tool for learning.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Thought Saver

قم بتنزيل ملفات الامتداد Thought Saver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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
}