Tanaguru webext

Webpage Evaluation Tool.

What is Tanaguru webext?

Tanaguru webext is a Chrome extension developed by Tanaguru, and its main feature is "Webpage Evaluation Tool.".

Extension Screenshots

screenshot

Download Tanaguru webext Extension CRX File

Download Tanaguru webext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        la webextention Tanaguru permet d'analyser une partie des critères d'accessibilité du RGAA directement dans votre navigateur web. 
La webextension a été écrite en JavaScript et créé pour être plus facilement contribuable que Tanaguru Engine                    

Extension Basic Information

Name Tanaguru webext Tanaguru webext
ID hhopdkekcmkdfpdjbpajmmfbheglcaac
Official URL https://chromewebstore.google.com/detail/tanaguru-webext/hhopdkekcmkdfpdjbpajmmfbheglcaac
Description Webpage Evaluation Tool.
File Size 1.03 MB
Installation Count 1,101
Current Version 5.1.1
Last Updated 2022-10-26
Publish Date 2021-10-13
Rating 5.00/5 Total 1 Ratings
Developer Tanaguru
Email [email protected]
Payment Type free
Extension Website https://www.tanaguru.com
Help Page URL https://github.com/Tanaguru/webextension/issues
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "Tanaguru webext RGAA4",
    "version": "5.1.1",
    "author": "Tanaguru",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/www.tanaguru.com\/fr\/",
    "icons": {
        "32": "ressources\/images\/icons\/tanaguru-32-dark.png",
        "48": "ressources\/images\/icons\/tanaguru-48.png",
        "96": "ressources\/images\/icons\/tanaguru-96.png"
    },
    "permissions": [
        "",
        "downloads",
        "notifications"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "32": "ressources\/images\/icons\/tanaguru-32-dark.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup\/tanaguru-popup.html",
        "theme_icons": [
            {
                "light": "ressources\/images\/icons\/tanaguru-32-light.png",
                "dark": "ressources\/images\/icons\/tanaguru-32-dark.png",
                "size": 32
            }
        ]
    },
    "background": {
        "scripts": [
            "ressources\/scripts\/background_scripts\/background.js"
        ]
    },
    "devtools_page": "devtools\/tanaguru-devtools.html",
    "default_locale": "fr"
}