All Projects → DanAtkinson → Fuskr

DanAtkinson / Fuskr

Licence: MIT license
Fuskr - an image gallery extension for Google Chrome

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Fuskr

React Bnb Gallery
Simple react-based photo gallery inspired by Airbnb image gallery.
Stars: ✭ 145 (+752.94%)
Mutual labels:  image-gallery
React Image Gallery
React carousel image gallery component with thumbnail support 🖼
Stars: ✭ 2,946 (+17229.41%)
Mutual labels:  image-gallery
photosheet
A photo sheet generator
Stars: ✭ 25 (+47.06%)
Mutual labels:  image-gallery
Chevereto Free
Self-hosted Image Hosting solution. Start your own Flickr/imgur alternative with your own rules.
Stars: ✭ 2,275 (+13282.35%)
Mutual labels:  image-gallery
Gallery shell
📷 Bash Script to generate static responsive image web galleries.
Stars: ✭ 198 (+1064.71%)
Mutual labels:  image-gallery
ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (+105.88%)
Mutual labels:  image-gallery
Gis
gis (go image server) go 实现的图片服务,实现基本的上传,下载,存储,按比例裁剪等功能
Stars: ✭ 108 (+535.29%)
Mutual labels:  image-gallery
pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
Stars: ✭ 35 (+105.88%)
Mutual labels:  image-gallery
Photoviewer
🌀 A JS plugin to view images just like in Windows.
Stars: ✭ 203 (+1094.12%)
Mutual labels:  image-gallery
native-gallery
native image gallery in ~100 lines of code
Stars: ✭ 19 (+11.76%)
Mutual labels:  image-gallery
React Awesome Slider
React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. 🖥️ 📱
Stars: ✭ 2,343 (+13682.35%)
Mutual labels:  image-gallery
Ubergallery
An easy to use, simple to manage, web photo gallery written in PHP.
Stars: ✭ 189 (+1011.76%)
Mutual labels:  image-gallery
qis
Dynamic image server for web and print
Stars: ✭ 85 (+400%)
Mutual labels:  image-gallery
Balancedgallery
A balanced photo gallery plugin for jQuery.
Stars: ✭ 158 (+829.41%)
Mutual labels:  image-gallery
poto
multi cloud storage to image gallery + image proxy + file api - 350 LOC.
Stars: ✭ 20 (+17.65%)
Mutual labels:  image-gallery
Droppy
**ARCHIVED** Self-hosted file storage
Stars: ✭ 1,564 (+9100%)
Mutual labels:  image-gallery
Img Vuer
An Mobile-First image viewer for Vue2 / 一个移动端优先的 Vue2 图片预览插件
Stars: ✭ 244 (+1335.29%)
Mutual labels:  image-gallery
chevereto-free
Self-hosted Image Hosting solution. Start your own Flickr/imgur alternative with your own rules.
Stars: ✭ 2,522 (+14735.29%)
Mutual labels:  image-gallery
react-native-image-page
react-native image-carousel with zoom-pan gestures and full-screen support, work on both iOS and Android
Stars: ✭ 19 (+11.76%)
Mutual labels:  image-gallery
takefive.css
The most advanced pure CSS lightbox – not one single line of JavaScript has been wasted
Stars: ✭ 123 (+623.53%)
Mutual labels:  image-gallery

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 (such as opening galleries in a tab and being able to download images as a zip) were not necessary.

I disagreed with their decision I therefore preemptively unpublished the extension. At this time I will not be re-publishing it without making major changes to it.

Please see a more detailed explanation here:
#44 (comment)

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

  • 4.0.75
    • Omnibox and history should now be working correctly again.
  • 4.0.61
    • Fix issues with the context menus not working correctly in Chrome. Firefox was unaffected but the solution is cross-browser compatible.
  • 4.0.20
    • Create dark mode option.
    • Tidy up code and improve some speed issues, specifically around context menu creation.
    • New version numbering. Minor version is incremented and we also include a longer version name indicating the build date/time.
  • 3.2
    • Download images as a zip file and retain the structure if it's a nested fusk!
    • Options page change to support Chrome's preferred options layout.
    • Improvements to the way many urls are handled.
  • 3.1
    • Fixed an issue with the fusk option not showing on links.
  • 3.0
    • Application templating rewritten using AngularJS.
  • 2.7
    • Reduced the permissions level greatly. Previously, Fuskr required that you give us access to all websites and all browsing activity, but we only care about your current tab. Google Chrome now has that ability, so we’ve reduced the permissions needed accordingly!
    • Fixed an annoying bug where Fuskr wouldn’t work on some links that didn’t have numbers, and wouldn’t revert to the image url.
  • 2.6
    • You can now download images directly from the gallery page!
    • You can now view the page in a slideshow!
    • Beginning to internationalize (l18n). If you want to help, let us know!
    • Updated to jQuery and jQuery UI.
  • 2.5
    • Updated to jQuery v2.1.3 and jQuery UI 1.11.2.
  • 2.4
    • Updated to jQuery v2 and jQuery UI 1.10.3.
    • Minor styling changes to the image gallery page.
  • 2.3
    • Fixed some template issues and added more information and credits to the options page.
  • 2.2
    • Added the ability to create a fusk by typing 'fuskr' in the omnibox, followed by your fusk url!
    • Updated libraries used by Fuskr.
  • 2.1
    • Updated Fuskr with new icon/image goodness kindly provided by Richard Stelmach of Creative Binge!
  • 2.0
  • 1.9.1
    • Some changes to the application in order to take into account recent security update to Google Chrome which will be enforced shortly.
  • 1.9
    • Fuskr wasn't working on Macs.
  • 1.8
    • Change of name to Fuskr.
    • Jonathon Bolster has put a lot of work into making Fuskr modular, and there are now a few unit tests around to make sure everything's hunky dory!
    • Fixed some issues with previous/next functionality not working when there are images missing. It also scrolls smoothly as well.
  • 1.7
    • Added linkage below images.
  • 1.6
    • A few bug fixes. Incognito works properly now, but only in v9 as there are some Chrome bugs outstanding.
  • 1.5
    • Fixing a bug with the '+' icon showing up unnecessarily.
    • Galleries created in incognito mode are no longer stored.
    • Added the ability to scale images to the current window size.
    • Added some information about the current gallery (number of images and broken images).
  • 1.4
    • Clicking a created image will jump the user to the next one. Manual fusks are a little more difficult so maybe that's one for later...
    • Added an options page! Currently the only two options are below.
    • Added recent fusks history. This allows you to keep track of and, if desired, go back to a previous one that you may have closed. This feature will only store 10 at maximum, can be disabled completely, or the history can be wiped.
    • Added an option for opening a gallery in the foreground.
  • 1.3
    • Fixed a bug where having a nested gallery meant that the images were returned in the wrong order. - Kudos Jonathon!
    • Fixed an issue where the ChromeFusk option appears, even when the image is not 'fusk-able' - Kudos Jonathon!
    • Fixed an issue where choosing a manual gallery and not entering a url would still try to create a new tab. Kudos Jonathon!
    • Provided an 'option' for having the new gallery show on creation, or open in the background (default is open in the foreground).
  • 1.2
    • Fixed a bug where the horizontal scrollbar was not visible for galleries where the images were bigger than the page.
    • Added the ability to use create a gallery based on a thumbnail, which will go to the linked image instead.
  • 1.1
    • About 5 minutes after I released 1.0, I realised that Chrome had finally allowed extensions to create context menus, so I ripped my application apart and rebuilt it in thirty minutes to use the context menus.
  • 1.0
    • Initial release.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].