Inter Planetary Flash Cards - Extension
Quickly make flashcards and highlights from websites and sync them to multiplatform flashcard apps for review
Inter Planetary Flash Cards - Extensionคืออะไร?
Inter Planetary Flash Cards - Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ipfc.tech และคุณลักษณะหลักของมันคือ "Quickly make flashcards and highlights from websites and sync them to multiplatform flashcard apps for review"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inter Planetary Flash Cards - Extension
ดาวน์โหลดไฟล์ส่วนขยาย Inter Planetary Flash Cards - Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Give your learning a rocket boost with Inter Planetary Flash Cards! * This is the companion extension to the IPFC web app @ https://www.ipfc.tech/ With IPFC you can: - Save highlights and flashcards from around the web. - View card and highlights that others have made, and instantly add them to your own collection. - Create beautiful cards with text formatting and inserted media. - Give your cards tags for easy organization. - Save your cards to the cloud and instantly sync to your favorite flashcard app. - Back up all of your data on the Inter Planetary File System (IPFS). - Review your cards on the most efficient schedule possible by using a spaced repetition algorithm. *** At IPFC we believe that the user should own their own data. An account with IPFC also gives you an account at pinata.cloud with 1GB of free storage. Your Pinata account will help you back up your cards on the IPFS so that your cards will never be held hostage on any platform. It also enables file versioning so that your data never gets corrupted. *** IPFC is still in Alpha. Please provide feedback and bug reports, and constructive criticism! Better yet, contribute! IPFC is an open source project. Join us at https://github.com/IPFC *** Known bugs: - highlights not showing up/misaligned: try refreshing the page. if it keeps happening, try deleting and recreating at a different spot. The extension works best with static sites. If the site content has been changed, the highlights will be misaligned. Try to space the highlights out more, or the algorithm gets confused. If you are placing them close together, it might be good to refresh the page after creating each highlight. Deletes can also lead to misalignments, so it's good to refresh after those if placing a highlight near where the delete was. - Flickering, especially with collecting cards: refresh the page, or switch the sidebar tab views to refresh. - Cards not finding highlights, ending up in ‘Cards without a highlight’: refresh the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Inter Planetary Flash Cards - Extension |
ID | ffjpplmcceibehbaofplbmcldkmmhcob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inter-planetary-flash-car/ffjpplmcceibehbaofplbmcldkmmhcob |
คำอธิบาย | Quickly make flashcards and highlights from websites and sync them to multiplatform flashcard apps for review |
ขนาดไฟล์ | 730 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0.58 |
อัปเดตครั้งล่าสุด | 2020-07-13 |
วันที่เผยแพร่ | 2020-05-26 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://ipfc.tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ipfc.tech/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inter Planetary Flash Cards - Extension", "description": "Quickly make flashcards and highlights from websites and sync them to multiplatform flashcard apps for review", "version": "1.0.58", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Inter Planetary Flash Cards - Extension", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*ipfc.tech*", "*localhost*", "*chrome-extension*", "*moz-extension*", "*about:*" ], "js": [ "highlighter\/highlighterContentScript.js", "utils\/sidebarContentScript.js" ], "css": [ "contentStyles.css" ], "all_frames": true } ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "activeTab", "tabs", "unlimitedStorage", "contextMenus", "storage", " |