Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darcyclarke/octofiles
⬆️ Browser Extension to easily upload files to the cloud using GitHub
https://github.com/darcyclarke/octofiles
app application chrome extension github images photos tray upload
Last synced: 3 months ago
JSON representation
⬆️ Browser Extension to easily upload files to the cloud using GitHub
- Host: GitHub
- URL: https://github.com/darcyclarke/octofiles
- Owner: darcyclarke
- License: mit
- Created: 2019-02-21T00:39:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T00:31:45.000Z (7 months ago)
- Last Synced: 2024-08-08T20:56:12.251Z (6 months ago)
- Topics: app, application, chrome, extension, github, images, photos, tray, upload
- Language: JavaScript
- Homepage:
- Size: 597 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
octofiles
Browser Extension to easily upload/manage files on GitHub
**octofiles** takes advantage of GitHub's existing issue file upload capabilities... just makes it waaaay easier to use & copy/paste post-upload. You can also keep track of and remove files utilizing the local extension storage.
# Install
- [Install the Chrome Extension](https://chrome.google.com/webstore/detail/octofiles/dbbinlnmlpconpmbecdekkpbhiibhghi)
- [Install the Firefox Add-on](https://addons.mozilla.org/en-US/developers/addon/octofiles/)# FAQ
- **Q. Are there any requirements?**
- You must have a GitHub account
- **Q. How long do files live for?**
- Forever (or as long as GitHub is around).
- **Q. Who can access these files?**
- Anyone that has the link. All files uploaded to issues/prs are, essentially, publically available, even against private repos ([read more here](https://help.github.com/en/articles/file-attachments-on-issues-and-pull-requests))
- **Q. How big can the files be?**
- **10MB** for image files and **25MB** for everything else.
- **Q. What file types are supported?**
- PNG (.png)
- GIF (.gif)
- JPEG (.jpg, .jpeg)
- SVG (.svg)
- Log files (.log)
- Microsoft Word (.docx), Powerpoint (.pptx), and Excel (.xlsx) documents
- Text files (.txt)
- PDFs (.pdf)
- ZIP (.zip, .gz)
- Video (.mp4, .mov, .webm)
- **Q. Are there any other limitations?**
- The web extension stores references to previous uploaded files for listing/management purposes later on via [extension storage](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/local) which has a limit of **5MB** before there may be data loss. Theoretically, you'll never hit this limit and experience any issues.