Tenon Toolkit

Tenon Audit Tools

Tenon Toolkitคืออะไร?

Tenon Toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tenon และคุณลักษณะหลักของมันคือ "Tenon Audit Tools"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

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

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

ชื่อ Tenon Toolkit Tenon Toolkit
ID igibgembioocfapgggmdnpnhdjlldnbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tenon-toolkit/igibgembioocfapgggmdnpnhdjlldnbl
คำอธิบาย Tenon Audit Tools
ขนาดไฟล์ 5.37 MB
จำนวนการติดตั้ง 624
เวอร์ชันปัจจุบัน 1.6.5
อัปเดตครั้งล่าสุด 2021-09-21
วันที่เผยแพร่ 2021-05-05
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Tenon
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tenon.io
URL หน้าช่วยเหลือ https://www.tenon.io/support.php
ภาษาที่รองรับ 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"
    }
}