Webmaster menu

Adds new items to browser context menu that open various analyzes of browsed web pages and sites.

¿Qué es Webmaster menu?

Webmaster menu es una extensión de Chrome desarrollada por WebVPF, y su función principal es "Adds new items to browser context menu that open various analyzes of browsed web pages and sites.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Webmaster menu

Descarga archivos de extensión Webmaster menu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The WEBMASTER MENU extension adds menu items to the browser context menu that open the analysis of viewed web pages in various validators and services.

List of available items for the browser context menu:
- Open Google PageSpeed
- HTML validator
- CSS validator
- StructuredData validator
- Check site icons
- Yandex IKS site
- Alexa Traffic Ranks
- Pages site in Google Search
- Pages site in Yandex Search
- Open robots.txt

In the extension options you can enable/disable the items you need from this menu.                    

Información Básica de la Extensión

Nombre Webmaster menu Webmaster menu
ID bjnkfhenfiekcfbkgpkblcbldphjkldc
URL Oficial https://chromewebstore.google.com/detail/webmaster-menu/bjnkfhenfiekcfbkgpkblcbldphjkldc
Descripción Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
Tamaño del Archivo 55.75 KB
Cantidad de Instalaciones 75
Versión Actual 2.0.1
Última Actualización 2023-01-08
Fecha de Publicación 2020-06-24
Desarrollador WebVPF
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/WebVPF/webmaster-menu
URL de la Página de Ayuda https://github.com/WebVPF/webmaster-menu/issues
Idiomas Soportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "WebVPF",
    "version": "2.0.1",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "js\/ctxt_menu.js"
    },
    "default_locale": "en",
    "options_page": "options.html"
}