From 8a4ff036b7536201d3fb3672b8487b0c9bf5cd00 Mon Sep 17 00:00:00 2001 From: Kyle Mitchell Date: Thu, 5 Oct 2017 04:23:45 +0000 Subject: [PATCH] Update README.md --- README.md | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 63215c3..c95fdd9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,36 @@ -placid-tab +Placid Tab 2 ========== -A minimal New Tab page for Firefox. **Still in development** +## About -**Now with both dark _and_ light themes!** +Placid Tab 2 is a minimal New Tab page for Firefox. -![Dark theme | main screen](images/dark-main.png) -![Light theme | main screen](images/light-main.png) -![Dark theme | options screen](images/dark-options.png) +This extension replaces Firefox's default New Tab page with a minimal, almost entirely blank page. Each quadrant can be configured to link to any website for quick access. Optionally a color can be applied to each link, affecting by the center icon as indication. + +## Usage + +* Click the center logo to switch between the main page and options page. +* Changes made on the options page save automatically. +* Optionally, if signed in to Firefox, extension settings sync between desktops. + +## Links and Contact Information + +Install: +* Coming soon! + +This extension is still in its early phases. If you would like to report any problems or feedback email me at: +* [feedback@kylemitchell.me](mailto:feedback@kylemitchell.me) + +My personal website: +* [kylemitchell.me](https://kylemitchell.me) + +## Images + +![Light theme | Main screen](images/home-light.png) +![Light theme | Options screen](images/options-light.png) +![Dark theme | Main screen](images/home-dark.png) +![Dark theme | Options screen](images/options-dark.png) + +## Thanks + +This extension was inspired by [Placid Tab](https://github.com/rileyjshaw/placid-tab) for Google Chrome.