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 |
官方網址 | 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" } |