DanAtkinson / Fuskr

Fuskr - an image gallery extension for Google Chrome
http://danatkinson.github.io/Fuskr/
MIT License
22 stars 7 forks source link
fusk image-gallery javascript

Join the chat at https://gitter.im/DanAtkinson/Fuskr Build Status

IMPORTANT! PLEASE READ!

This extension was unpublished from the Google Chrome extensions webstore in February 2020 as Google decided that some of the permissions used in this extension (such as opening new tabs, and being able to download images as a zip) were not necessary for an image gallery extension that supported downloads.

I fundamentally disagreed with their decision and therefore preemptively unpublished the extension. At this time I will not be re-publishing it without having to make major changes to the underlying source code. For one, it was re-written for Angular.js which I no longer actively use (I have moved to Angular professionally).

Please see a more detailed explanation here:
https://github.com/DanAtkinson/Fuskr/issues/44#issuecomment-644381586

If you wish to continue using the extension (not supported!) and feel that you are technically literate, you can follow the below steps, somewhat covered here:

  1. Clone/download this repository to your local machine.
  2. Open the Extension Management page by navigating to chrome://extensions.
    The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  4. Click the LOAD UNPACKED button and select the extension directory.

How to use

  1. Go ahead and install Fuskr from the Google Chrome extensions gallery.
  2. On your desired image, right click and choose 'Fusk'.
  3. Choose which direction:
    • '+/-' will return a gallery with images that come before and after it.
    • '+' will return a gallery with images that only come after it.
    • '-' will return a gallery with images that only come before it.
  4. Now choose how large you want your gallery to be - 10/20/50/100/200/500 or 'Other' (you choose!).
  5. Your gallery will appear in the tab next to your current one. If an image isn't returned (404 or some other error), it will be hidden from view, but you can toggle that too!

Version History