WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ARC Toolkit

ARC Toolkit

View on Chrome Web Store
View ARC Toolkit Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (25 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Accessibility testing tool from TPGi
Type
Extension
Users
40,000 users
10K
Website tpgi.com
TPG Interactive
View author page of TPG Interactive
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 11, 2019
Version 5.7.9
Manifest version
3
Updated
Updated on April 17, 2025
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ARC Toolkit Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ARC Toolkit",
    "version": "5.7.9",
    "manifest_version": 3,
    "description": "Accessibility testing tool from TPGi",
    "homepage_url": "https:\/\/www.tpgi.com\/arc-platform\/arc-toolkit\/",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "scripting",
        "webNavigation",
        "storage",
        "clipboardWrite"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background\/main.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/16.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "ARC Toolkit"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "libs\/helpers.js",
                "libs\/utils.js",
                "leader-line.min.js"
            ],
            "css": [
                "libs\/helpers.css"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "devtools\/index.html"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top