DEV Community

Cover image for Flexify v0.1.4 has been released🔥
Mahmoud Harmouch
Mahmoud Harmouch

Posted on

Flexify v0.1.4 has been released🔥

New release everyone,

Today, I have added the following features:

  • Allow users to change the font weight, and style.
  • Hide the cursor in ADHD mode for readability.
  • Add align justify option.

Demo

Resources

GitHub logo inclusive-web-hub / flexify

The ultimate add-on that empowers you to customize any website on the internet with a click of a button.

Flexify

Install

Chrome

  • Go to chrome extensions page at: chrome://extensions/.
  • Activate Developer mode.
  • Click Load Unpacked to install the extension from source folder.

Firefox

  • Go to firefox debugging page at: about:debugging.
  • Click the This Firefox hyperlink.
  • Click on load temporary Add-on to install the extension from source folder.

Supported Features

  • Text to speech.
  • Text Customization.
  • Change contrast, saturation...
  • Control the font size of the text on any web page.
  • Change text color.
  • Change background color.
  • Align the whole text to the left, right, or center.
  • Adjust text spacing between lines and Letters.

and many more.

License

This project and the accompanying materials are made available under the terms and conditions of the MIT LICENSE.




Flexify Landing Page

Netlify Status

Running locally with NPM

  • Fork/Clone the repo:
git clone git@github.com:wiseaidev/flexify-landing-page.git
Enter fullscreen mode Exit fullscreen mode
  • Open the newly created directory:
cd flexify-landing-page
Enter fullscreen mode Exit fullscreen mode
  • Install the required dependencies:
npm install
Enter fullscreen mode Exit fullscreen mode

Now, you can run the client:

npm start
Enter fullscreen mode Exit fullscreen mode

Navigate to http://localhost:3000 to explore the landing page.

Deployment

Deploy on Heroku

Deploy on Netlify

License

This project and the accompanying materials are made available under the terms and conditions of the MIT LICENSE.




Until next time!

Top comments (0)