https://github.com/hamzaezzra/multishot
A browser extension that screenshots a page in multiple media queries / device sizes with a single click.
https://github.com/hamzaezzra/multishot
chrome-extension extension extension-chrome javascript media-queries open-source screen-capture screenshots screenshotting
Last synced: 2 days ago
JSON representation
A browser extension that screenshots a page in multiple media queries / device sizes with a single click.
- Host: GitHub
- URL: https://github.com/hamzaezzra/multishot
- Owner: HamzaEzzRa
- License: mit
- Created: 2021-06-12T11:26:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T00:46:46.000Z (over 3 years ago)
- Last Synced: 2025-02-26T15:13:43.206Z (3 months ago)
- Topics: chrome-extension, extension, extension-chrome, javascript, media-queries, open-source, screen-capture, screenshots, screenshotting
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/multishot/ilcokocopmbcgoealmibcngobefggidj
- Size: 213 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Multishot
A browser extension that screenshots a page in multiple media queries / device sizes with a single click.### How to install
For development:
1. Clone this repo
2. Open up Chrome and go to the extensions page (Manage extensions)
3. Enable developer mode (if not enabled already)
4. Click on “Load unpacked”
5. Select the project folderFor users:
- Add the extension to Chrome from the [Web Store](https://chrome.google.com/webstore/detail/multishot/ilcokocopmbcgoealmibcngobefggidj).### Notes
- Featured in the hall of fame of [open-source-ideas](https://github.com/open-source-ideas/open-source-ideas#completed-hall-of-fame).
- Thank you to [AdrienDS](https://github.com/AdrienDS) for the ideas and help.