
Custom Reader View shortcut geliştiren: plucafs
Set a custom shortcut that triggers the Reader View
4 kullanıcı4 kullanıcı
Uzantı meta verileri
Bu uzantı hakkında
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.
0 inceleyiciden 0 puan aldı
Daha fazla bilgi
- Sürüm
- 1.0.1
- Boyut
- 7,92 KB
- Son güncelleme
- 2 yıl önce (30 Kas 2023)
- Lisans
- MIT Lisansı
- Sürüm geçmişi
- Koleksiyona ekle
1.0.1 sürüm notları
- Renamed shortcut property name from `Custom reader view` to `Toggle reader view`