Webmaster menu

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

Wat is Webmaster menu?

Webmaster menu is een Chrome-extensie ontwikkeld door WebVPF, en de belangrijkste functie is "Adds new items to browser context menu that open various analyzes of browsed web pages and sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Webmaster menu

Download Webmaster menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Webmaster menu Webmaster menu
ID bjnkfhenfiekcfbkgpkblcbldphjkldc
Officiële URL https://chromewebstore.google.com/detail/webmaster-menu/bjnkfhenfiekcfbkgpkblcbldphjkldc
Beschrijving Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
Bestandsgrootte 55.75 KB
Aantal Installaties 75
Huidige Versie 2.0.1
Laatst Bijgewerkt 2023-01-08
Publicatiedatum 2020-06-24
Ontwikkelaar WebVPF
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/WebVPF/webmaster-menu
Help Pagina-URL https://github.com/WebVPF/webmaster-menu/issues
Ondersteunde Talen 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"
}