accessibility
change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
Cos'è accessibility?
accessibility è un'estensione di Chrome sviluppata da mahdihasanzadeh.dev, e la sua funzione principale è "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione accessibility
Scarica i file di estensione accessibility in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With Accessibility users can add effect to any website and webpage
Features:
✔Ability to toggle Dark Mode(Night Mode)
✔Ability to increase and decrease fonts
✔Ability to Increase font readability
✔Ability to add the bottom line of the links
✔Ability to toggle gray effect
✔ It is Free of Charge; Informazioni di Base sull'Estensione
| Nome | |
| ID | nfafnenmfnijnhnioaennbkjacngfgpj |
| URL Ufficiale | https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj |
| Descrizione | change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site |
| Dimensione del File | 858 KB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-07-23 |
| Data di Pubblicazione | 2021-12-08 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | mahdihasanzadeh.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | fa |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "accessibility",
"description": "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/L_16-16.png",
"32": "\/images\/L_32-32.png",
"48": "\/images\/L_48-48.png",
"128": "\/images\/L_128-128.png"
}
},
"icons": {
"16": "\/images\/L_16-16.png",
"32": "\/images\/L_32-32.png",
"48": "\/images\/L_48-48.png",
"128": "\/images\/L_128-128.png"
}
} | |