This extension adds a download button to the top of the Studydrive page which allows you to download any PDF on Studydrive.
Working as of October 28th, 2024
There is no autoupdate, if it doesn't work for you, please reinstall
If you encounter any issues or if something doesn't work as expected, or if you have any feedback, please create an issue.
Sep 4, 2024: Patched URL block
Clone or download this repository:
git clone https://github.com/phawdk/studydrive-download.git
Or download the ZIP file and extract it.
Open Chrome (or your Chromium-based browser) and navigate to chrome://extensions/
.
Enable "Developer mode" by toggling the switch in the top right corner.
Select the option to "Load unpacked" and choose the folder where the repository is cloned or extracted.
Note: These steps are very similar for other Chromium-based browsers like Microsoft Edge, Brave, or Opera. You may just need to navigate to the corresponding extensions page (e.g., edge://extensions/
for Edge). Depending on the browser, the buttons may be located elsewhere on the page. If you see the message Unrecognized manifest key 'browser_specific_settings'
, you can safely ignore it. This key is only used by Firefox and has no effect on Chrome or other Chromium-based browsers.
Clone or download this repository:
git clone https://github.com/phawdk/studydrive-download.git
Or download the ZIP file and extract it.
Open Firefox and navigate to about:debugging#/runtime/this-firefox
.
Click on "Load Temporary Add-on" and select the manifest.json
file from the repository folder.
Note: This temporary Firefox add-on will last until the browser is closed.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
Fork the repository.
Create a new branch for your changes:
git checkout -b your-branch-name
Make your changes and commit them:
git commit -m "Description of your changes"
Push your changes to your forked repository:
git push origin your-branch-name
Open a pull request to the main repository, providing a description of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.