Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uiur/gyazo-chrome-extension
Gyazo Extension allows you to capture and send image links faster than anything else.
https://github.com/uiur/gyazo-chrome-extension
Last synced: about 1 month ago
JSON representation
Gyazo Extension allows you to capture and send image links faster than anything else.
- Host: GitHub
- URL: https://github.com/uiur/gyazo-chrome-extension
- Owner: uiur
- License: mit
- Created: 2015-01-13T07:45:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T05:19:05.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T19:31:31.917Z (3 months ago)
- Language: JavaScript
- Size: 973 KB
- Stars: 0
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gyazo Extension
=======Chrome Extension for Gyazo.
## About
Gyazo Extension allows you to capture and send image links faster than anything else.
With Gyazo Extension you can instantly clip images from any website.
To use the extension, just right click on the image you want and then click "Gyazo It" and the image will automatically be uploaded to Gyazo.com with a unique URL. This link is automatically copied to your clipboard so it can be pasted instantly. When you want to go back you can visit the history page to see past images you have collected.
Whenever you capture an image the original address and title of the page the image came from are saved as a comment. This allows you to see just where your favorite images came from, and perhaps go back to find even more.## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Coding Style
- Airbnb's coding style
- https://github.com/airbnb/javascript