Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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" }