https://github.com/geeksloth/create-chromium-extension-launcher
A guideline to make a launcher to the Chromium-based browser's extension for Debian distros Linux.
https://github.com/geeksloth/create-chromium-extension-launcher
Last synced: 5 months ago
JSON representation
A guideline to make a launcher to the Chromium-based browser's extension for Debian distros Linux.
- Host: GitHub
- URL: https://github.com/geeksloth/create-chromium-extension-launcher
- Owner: geeksloth
- Created: 2024-03-02T06:02:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T06:21:32.000Z (over 2 years ago)
- Last Synced: 2025-01-30T14:48:37.535Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-chromium-extension-launcher
A guideline to make a launcher to the Chromium-based browser's extension for Debian distros Linux.
Full tutorial video here:
[](https://www.youtube.com/watch?v=ZUuXnljSLNI)
# Briefly procedures
1. Install Chromium-based browser, e.g., Brave or Google Chrome, on your Debian-based distros.
2. Install your extension via [https://chromewebstore.google.com/](https://chromewebstore.google.com/). Then click the *three dots* menu of the extension, and choose *manage extension*.
3. Launching it from terminal by copy the *extension id* and replace it at `<>` in the below command. Don't forget to change the `brave-browser` to your browser binary, in my case, it is Brave browser.
```bash
brave-browser --app=chrome-extension://<>/index.html
```
4. Create the shortcuts
- Right click on the desktop, add new launcher, then add the command and configure what ever your want.
- Add the launcher you created to panel or dock.
- Copy it in to `/usr/share/applications` directory by using the *sudo* user.