WebTools

Herramientas para el Desarrollo Web

What is WebTools?

WebTools is a Chrome extension developed by Unknown, and its main feature is "Herramientas para el Desarrollo Web".

Extension Screenshots

screenshot

Download WebTools Extension CRX File

Download WebTools 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

                        Herramienta para el análisis del desarrollo web, Muestra de resultados para el mejoramiento continuo de tu web                    

Extension Basic Information

Name WebTools WebTools
ID mobnialllpdfcegkegiihbbbhblmoapb
Official URL https://chromewebstore.google.com/detail/webtools/mobnialllpdfcegkegiihbbbhblmoapb
Description Herramientas para el Desarrollo Web
File Size 4.38 MB
Installation Count 108
Current Version 0.0.2
Last Updated 2018-10-21
Publish Date 2018-10-21
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebTools",
    "version": "0.0.2",
    "offline_enabled": true,
    "description": "Herramientas para el Desarrollo Web",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "imagenes\/icon-16.png",
        "48": "imagenes\/icon-48.png"
    },
    "page_action": {
        "default_title": "Web-Tools",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}