Skip to content

bk52/eksi-gallery-extension

Repository files navigation

Eksi Gallery

This chrome extension allows you to view the image links in the posts on the eksisozluk.com websites.

eksi-gallery

You can view pictures inside the page or in gallery mode.

Inline mode Gallery mode
Inline Mode Gallery Mode

Supported Sozluk Sites

Supported Upload Sites

How It Works

Schema

[1] The user can activate the extension and change the mode with the popup opened by clicking on the icon on the sites eksisozluk.com

[2-3-4] When the extension is active, content.js parses the links in the entries on the page and sends them to background.js.

[5-6] In order to overcome the CORS problem, requests are sent to these links via background.js. The received response is sent back to content.js.

[7] The response from background.js is parsed in content.js and the images are displayed to the user according to the selected mode.

Installation

  • Clone repository
 git clone https://github.com/bk52/eksi-gallery-extension.git
  • Install packages
npm install
  • Build project
npm run build

After successful build, dist folder will be created from the project directory.

  • Install the dist folder by following these steps in the Chrome browser.

⚠ Known Issues

  • If Adblock is active in your browser, the images of eksiup.com cannot be displayed and it will cause an error in the gallery view.

✔ Solutions

  • Close adblock

About

This chrome extension allows you to view the images in the posts on the eksisozluk.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published