Webmaster menu
Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
O que é Webmaster menu?
Webmaster menu é uma extensão do Chrome desenvolvida por WebVPF, e sua principal característica é "Adds new items to browser context menu that open various analyzes of browsed web pages and sites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Webmaster menu
Baixe arquivos de extensão Webmaster menu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Webmaster menu |
ID | bjnkfhenfiekcfbkgpkblcbldphjkldc |
URL Oficial | https://chromewebstore.google.com/detail/webmaster-menu/bjnkfhenfiekcfbkgpkblcbldphjkldc |
Descrição | Adds new items to browser context menu that open various analyzes of browsed web pages and sites. |
Tamanho do Arquivo | 55.75 KB |
Contagem de Instalações | 75 |
Versão Atual | 2.0.1 |
Última Atualização | 2023-01-08 |
Data de Publicação | 2020-06-24 |
Desenvolvedor | WebVPF |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/WebVPF/webmaster-menu |
URL da Página de Ajuda | https://github.com/WebVPF/webmaster-menu/issues |
Idiomas Suportados | 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" } |