A modern, lightweight, and powerful browser extension to extract and export document previews from Google Drive into various formats including PDF, images (PNG, JPG, WebP, AVIF), or compressed ZIP files.
Compatible with all major browsers: Chrome, Brave, Edge, Opera (Chromium-based) and Mozilla Firefox.
- Multi-Format Support: Export document previews as PDF, PNG, JPG, WebP, JPEG, AVIF, or ZIP.
- Page Range Settings: Select specific pages to extract (e.g., start page to end page).
- Custom Filenames: Easily customize the name of the exported files.
- Scroll Speed Control: Customize the automatic scroll speed for capturing preview documents.
- Theme Adaptation: Automatically matches your system/browser theme (Dark Mode & Light Mode).
- Clean UI: Premium, modern, and user-friendly interface.
├── chromium/ # Extension build directory for Chrome, Brave, Edge, etc.
│ ├── assets/ # Content scripts, popup styles, and popup scripts
│ ├── manifest.json # Chromium Manifest V3 configuration
│ └── index.html # Popup entry point
│
├── firefox/ # Extension build directory for Mozilla Firefox
│ ├── assets/ # Content scripts, popup styles, and popup scripts
│ ├── manifest.json # Firefox Manifest V3 configuration (with Gecko ID)
│ └── index.html # Popup entry point
│
└── .gitignore # Prevents tracking of OS metadata, IDE configurations, etc.
-
Open your Chromium-based browser and navigate to:
- Google Chrome / Brave / Opera:
chrome://extensions/ - Microsoft Edge:
edge://extensions/
- Google Chrome / Brave / Opera:
-
Enable Developer mode.
-
Click Load unpacked.
-
Select the following directory:
chromium/
├── assets/
├── manifest.json
└── index.html
- The extension will be installed and is now ready to use.
- Open Mozilla Firefox and navigate to
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on....
- Select the following file:
firefox/
└── manifest.json
- The extension is now loaded as a temporary add-on.
- Local Processing: All conversions and extractions are performed locally in your browser. No data is sent to external servers or databases.
- No Permissions Sprawl: The extension only runs on Google Drive file previews (
https://drive.google.com/file/d/*/view*,https://drive.google.com/drive/*).
Warning
There is always a possibility of error, so we assume no responsibility for any inaccuracies.
Thank you for engaging with us. For inquiries or collaboration, please contact:
hamzabellouchcontact@gmail.com
Stay connected and follow us on:
Facebook | Instagram | Twitter | Telegram | LinkedIn
