Tenon Toolkit

Tenon Audit Tools

What is Tenon Toolkit?

Tenon Toolkit is a Chrome extension developed by Tenon, and its main feature is "Tenon Audit Tools".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tenon Toolkit Extension CRX File

Download Tenon Toolkit 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

                        Perform automated and guided manual testing of websites and web-based applications.                    

Extension Basic Information

Name Tenon Toolkit Tenon Toolkit
ID igibgembioocfapgggmdnpnhdjlldnbl
Official URL https://chromewebstore.google.com/detail/tenon-toolkit/igibgembioocfapgggmdnpnhdjlldnbl
Description Tenon Audit Tools
File Size 5.37 MB
Installation Count 624
Current Version 1.6.5
Last Updated 2021-09-21
Publish Date 2021-05-05
Rating 2.00/5 Total 1 Ratings
Developer Tenon
Email [email protected]
Payment Type free
Extension Website https://www.tenon.io
Help Page URL https://www.tenon.io/support.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tenon Toolkit",
    "description": "Tenon Audit Tools",
    "version": "1.6.5",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/tenon-logo-16.png",
            "32": "\/images\/tenon-logo-32.png",
            "48": "\/images\/tenon-logo-48.png",
            "128": "\/images\/tenon-logo-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "webfonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "devtools_page": "devtool.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "utils.js",
                "libs\/jquery-3.5.1.min.js",
                "libs\/lodash-core.min.js",
                "libs\/tenon-plugin-utils.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/tenon-logo-16.png",
        "32": "\/images\/tenon-logo-32.png",
        "48": "\/images\/tenon-logo-48.png",
        "128": "\/images\/tenon-logo-128.png"
    }
}