Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zren/chrome-extension-imagus
"Mirror" of the official Imagus source hosted on Google Drive
https://github.com/Zren/chrome-extension-imagus
Last synced: 4 months ago
JSON representation
"Mirror" of the official Imagus source hosted on Google Drive
- Host: GitHub
- URL: https://github.com/Zren/chrome-extension-imagus
- Owner: Zren
- Created: 2018-02-16T05:17:37.000Z (about 7 years ago)
- Default Branch: community
- Last Pushed: 2023-09-06T11:14:59.000Z (over 1 year ago)
- Last Synced: 2024-08-01T05:21:18.250Z (7 months ago)
- Language: JavaScript
- Homepage: https://drive.google.com/drive/folders/0Bx8fnUCX4W2IaFVqdzRsNm9feG8
- Size: 466 KB
- Stars: 57
- Watchers: 7
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imagus (Community Edition)
This repository is a "Mirror" of the [official Imagus source hosted on Google Drive](https://drive.google.com/drive/folders/0Bx8fnUCX4W2IUTNPT0s2eUFDQms).
This `community` branch is a [minor] fork of Imagus. It applies the following patches:
* [Remove the "update_url"](https://github.com/Zren/chrome-extension-imagus/commit/3974d88844ce044c0162e67247ac173f6cd488c9) so it doesn't auto update.
* Load the unminified `*.js` + `*.html` files instead of the minified ones for easier development.
* [Ignore "Local Extension Settings" folder](https://github.com/Zren/chrome-extension-imagus/commit/7ed81835b490fa0997a8accea95a442348e19cee) which is created when loaded as an unpacked developer extension.
* Add null check ([Pull Request #2](https://github.com/Zren/chrome-extension-imagus/pull/2))
* Compare the `master` with the `community` branch to see most changes:
https://github.com/Zren/chrome-extension-imagus/compare/master...communityPlease note that the primary purpose of this repository is to audit the code. While I will merge pull requests, I won't be actively developing the extension / updating the sieves.
See README.txt for the original readme, including build/minifying instructions.
## Auditing
difference-to-chrome-store.diff contains the differences between what is in src
and what is actually published on the chrome store (extracted from the .crx).## Updating the sieve
To just update the sieve, which is what describes how to extract images from
various sources, run the `update_sieve.sh` shell script.If the version info in the sieve isn't up to date for some reason (look at the
dates in the Drive linked above), use `update_sieve.sh --force`.