
Custom Reader View shortcut por plucafs
Set a custom shortcut that triggers the Reader View
4 Users4 Users
Metadados da extensão
Acerca desta extensão
This extension unlocks the ability to edit the shortcut that triggers the Reader View.
The default shortcuts (CTRL+ALT+R/F9) will remain available.
When the addon is installed, a new shortcut is added: ALT+A.
How to change the shortcut:
If you want to change it, these are the steps:
1. Open `about:addons` (paste it in the address bar). It'll open the Firefox's settings page, specifically in the Extensions page
2. Click on the little gear on the top-right and select `Manage Extension Shortcuts`. It'll open a page listing all the extensions that have defined at least one custom shortcut
3. Look for the `Custom shortcut for Reader View` and edit the default shortcut ALT+A with your preferred one
How it works:
An extension, in the file that describes the overall extension (manifest.json), can declare multiple custom shortcuts. Then, they'll be read by Firefox and freely edited in the page opened previously. In the extension I added a simple function (triggerReaderView) that triggers the reader view when the custom shortcut is pressed.
How to get the source code:
You can right-click on the button used to install the extension, and click on `Save link as...`. It'll save a .xpi file that, after extracting it, will give you access to the source code.
The default shortcuts (CTRL+ALT+R/F9) will remain available.
When the addon is installed, a new shortcut is added: ALT+A.
How to change the shortcut:
If you want to change it, these are the steps:
1. Open `about:addons` (paste it in the address bar). It'll open the Firefox's settings page, specifically in the Extensions page
2. Click on the little gear on the top-right and select `Manage Extension Shortcuts`. It'll open a page listing all the extensions that have defined at least one custom shortcut
3. Look for the `Custom shortcut for Reader View` and edit the default shortcut ALT+A with your preferred one
How it works:
An extension, in the file that describes the overall extension (manifest.json), can declare multiple custom shortcuts. Then, they'll be read by Firefox and freely edited in the page opened previously. In the extension I added a simple function (triggerReaderView) that triggers the reader view when the custom shortcut is pressed.
How to get the source code:
You can right-click on the button used to install the extension, and click on `Save link as...`. It'll save a .xpi file that, after extracting it, will give you access to the source code.
Rated 0 by 0 reviewers
Mais informação
- Versão
- 1.0.1
- Tamanho
- 7,92 KB
- Última atualização
- há 2 anos (30 de nov de 2023)
- Categorias relacionadas
- Licença
- MIT License
- Histórico de versões
- Adicionar à coleção
Notas de lançamento para 1.0.1
- Renamed shortcut property name from `Custom reader view` to `Toggle reader view`