Tanaguru webext

Webpage Evaluation Tool.

Tanaguru webextคืออะไร?

Tanaguru webext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tanaguru และคุณลักษณะหลักของมันคือ "Webpage Evaluation Tool."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tanaguru webext

ดาวน์โหลดไฟล์ส่วนขยาย Tanaguru webext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tanaguru webext Tanaguru webext
ID hhopdkekcmkdfpdjbpajmmfbheglcaac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tanaguru-webext/hhopdkekcmkdfpdjbpajmmfbheglcaac
คำอธิบาย Webpage Evaluation Tool.
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 1,101
เวอร์ชันปัจจุบัน 5.1.1
อัปเดตครั้งล่าสุด 2022-10-26
วันที่เผยแพร่ 2021-10-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Tanaguru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tanaguru.com
URL หน้าช่วยเหลือ https://github.com/Tanaguru/webextension/issues
ภาษาที่รองรับ 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"
}