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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |