Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1008 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 1008 Bytes

ImageBlur Chrome Extension

This plugin blurs out images in tags on the current web page. If you hover over an image for 1 second, the image will be revealed. Features include: blur/unblur images by default, a blur images button, and an "unblur" images button.

Featues I would like to add:

I anticipate adding a better icon, functionality to blur background images, "right-click" option to unblur or blur a specific images on a page and the ability to whitelist and blacklist specific pages/sites.

For contributing

To contribute to this project, please submit a pull request with a detailed description for your changes. Thanks!

For documentation for writing chrome extensions, see:

How to preview a chrome extension:

  • Navigate to chrome://extensions
  • Check the "Developer Mode" box (upper-right)
  • Click "Load unpacked extension"
  • Select the directory containing the extension files