Webmaster menu

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

Cos'è Webmaster menu?

Webmaster menu è un'estensione di Chrome sviluppata da WebVPF, e la sua funzione principale è "Adds new items to browser context menu that open various analyzes of browsed web pages and sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Webmaster menu

Scarica i file di estensione Webmaster menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Webmaster menu Webmaster menu
ID bjnkfhenfiekcfbkgpkblcbldphjkldc
URL Ufficiale https://chromewebstore.google.com/detail/webmaster-menu/bjnkfhenfiekcfbkgpkblcbldphjkldc
Descrizione Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
Dimensione del File 55.75 KB
Conteggio Installazioni 75
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-01-08
Data di Pubblicazione 2020-06-24
Sviluppatore WebVPF
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/WebVPF/webmaster-menu
URL della Pagina di Aiuto https://github.com/WebVPF/webmaster-menu/issues
Lingue Supportate 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"
}