accessibility

change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site

Qu'est-ce que accessibility ?

accessibility est une extension Chrome développée par mahdihasanzadeh.dev, et sa fonction principale est "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension accessibility

Téléchargez les fichiers d'extension accessibility au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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;                    

Informations de Base sur l'Extension

Nom accessibility accessibility
ID nfafnenmfnijnhnioaennbkjacngfgpj
URL Officiel https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj
Description change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
Taille du Fichier 858 KB
Nombre d'Installations 27
Version Actuelle 1.1
Dernière Mise à Jour 2022-07-23
Date de Publication 2021-12-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur mahdihasanzadeh.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}