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.」です。
拡張機能のスクリーンショット
Thought Saver拡張機能のCRXファイルをダウンロード
Thought Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |