Flashcard Lab: Vocabulary & Language Learning
Extract vocabulary, text, and definitions straight to Google Sheets to study anything as flashcards while browsing the web.
Flashcard Lab: Vocabulary & Language Learningคืออะไร?
Flashcard Lab: Vocabulary & Language Learning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://flashcardlab.co และคุณลักษณะหลักของมันคือ "Extract vocabulary, text, and definitions straight to Google Sheets to study anything as flashcards while browsing the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flashcard Lab: Vocabulary & Language Learning
ดาวน์โหลดไฟล์ส่วนขยาย Flashcard Lab: Vocabulary & Language Learning ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Flashcard Lab easily copies vocabulary, text and definitions from websites into Google Sheets™ in order to make flashcards as you are browsing the web. It also automatically grabs the definition for you from dictionary.com. 📌How To Use: First, create a new Google Sheets™ spreadsheet (or select an existing one) from the Flashcard Lab Extension options page. Select any text from a webpage, right click and click "Save to spreadsheet". That's it! 🧪Core Features: ✔️Auto-insert words from webpages to Google Sheets™ with one click ✔️The extension will find the definition for you from Dictionary.com ✔️Free and add unlimited words, text, and definitions! Additional features with the Flashcard Lab Google Sheets™ add-on: ✔️Randomized review of flashcards ✔️Study with spaced repetition mode ✔️Add images to flashcards for reviewing ✔️Print out physical flashcards to Google Docs™ ✔️Add synonyms, mnemonics, and more! 🎁More apps in the Flashcard Lab app suite: Free Google Sheets™ add-on: https://workspace.google.com/marketplace/app/flashcard_lab/934660656831 Free iOS app: https://apps.apple.com/us/app/flashcard-lab/id6469375646 Free Android mobile app: https://play.google.com/store/apps/details?id=com.tidisventures.flashcardlabmobile 🔒Permissions: We understand there may be questions regarding the permissions needed to use the extension. We aim to be as transparent as possible hoping to inform you that we have absolutely no intent of using the access you grant to your browser maliciously. Follow the link below to read on: https://flashcardlab.co/privacy-policy?policy=flashcard-lab 📘 Change log: 11/9/2023: Add iOS link for Flashcard lab 9/26/2023: Update to not require Drive permissions. 7/31/2023: Fix definition extraction bug, alert user of Google account sync bug 3/30/2023: Update context menu creation. 3/17/2023: Initial publish
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flashcard Lab: Vocabulary & Language Learning |
ID | fomgbfkcdcnconmkcppfhakhoagmndkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flashcard-lab-vocabulary/fomgbfkcdcnconmkcppfhakhoagmndkp |
คำอธิบาย | Extract vocabulary, text, and definitions straight to Google Sheets to study anything as flashcards while browsing the web. |
ขนาดไฟล์ | 803 KB |
จำนวนการติดตั้ง | 709 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2024-01-28 |
วันที่เผยแพร่ | 2023-03-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://flashcardlab.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://flashcardlab.co |
URL หน้านโยบายความเป็นส่วนตัว | https://tidisventures.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Flashcard Lab: Vocabulary & Language Learning", "description": "Extract vocabulary, text, and definitions straight to Google Sheets to study anything as flashcards while browsing the web.", "version": "2.0.1", "action": { "default_popup": "index.html", "default_title": "Open" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "addingFlashcardScript.js" ] } ], "permissions": [ "storage", "identity", "identity.email", "contextMenus" ], "oauth2": { "client_id": "829503028960-292cmse0356koalcpnir5mcmbao7kc86.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/spreadsheets" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyF2JjSF40UubBFdGyhKqBL8TGkFk8WgCTWA7l5BD8IHVi\/AIfeIiF7J\/dme5cIFuIZL8b2nKnUkN5R4SW1ieOcrpW64Od7iwcuhQQB4XJ0uUu89+706903RFN2Mf3Q058z2vwHGIcUOsAzrh2R0TzUa4e7d+cii+JMh7coEHmycWkO5y\/Rp7riT+qsPln3au0VqAdAgVZHMwYQd1aCoM+\/P87SMdgLSeeUqhQLQujz7pFSouEr171JCFkwgnbploPZUtHcb2YRl25NYZ1hbMJ2H74i00KafeXgwqYAdE9Y+TQjpy5RDln99cuu4G5m\/zVWWoOaQSyC2cpYlqlnnLZwIDAQAB", "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" } } |