Webmaster menu
Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
什么是Webmaster menu?
Webmaster menu是由WebVPF开发的Chrome扩展程序,该扩展的主要功能是“Adds new items to browser context menu that open various analyzes of browsed web pages and sites.”。
扩展截图
下载Webmaster menu扩展crx文件
下载Webmaster menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Webmaster menu |
ID | bjnkfhenfiekcfbkgpkblcbldphjkldc |
官方URL | https://chromewebstore.google.com/detail/webmaster-menu/bjnkfhenfiekcfbkgpkblcbldphjkldc |
简介 | Adds new items to browser context menu that open various analyzes of browsed web pages and sites. |
文件大小 | 55.75 KB |
安装次数 | 75 |
当前版本 | 2.0.1 |
更新时间 | 2023-01-08 |
上架时间 | 2020-06-24 |
开发者 | WebVPF |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/WebVPF/webmaster-menu |
帮助页面URL | https://github.com/WebVPF/webmaster-menu/issues |
支持的语言 | 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" } |