Cover Cards
Cover cards is a chrome extension I made to save time by not making physical flashcards for studying. The point of it is to create a personal test page as you study material you can later reference and test yourself with. You can black out any section of text and easily reveal whats underneath like on-screen-flashcards. You can also highlight.
Watch it in action:
The process for creating a Cover Card study page is simple:
- Find a page with study material on it
- Cover up sections you want to memorize, highlight topics you want to find easily.
- You can then go into “inspect” mode, ctrl+shft+i, and remove elements from the page you don’t want on the study sheet.
- When you know you’re done creating the study page, click “remove buttons” and then save the webpage to a file on your computer. All the functionality remains on the page.
Get it: https://github.com/TriphiusFire/CoverCards
I always wanted to make a Chrome Plugin so I did
It’s not too hard to make a chrome plugin. Just follow this guide: https://developer.chrome.com/extensions/getstarted