Webmaster menu
Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
Co to jest Webmaster menu?
Webmaster menu to rozszerzenie Chrome opracowane przez WebVPF, a jego główną funkcją jest „Adds new items to browser context menu that open various analyzes of browsed web pages and sites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Webmaster menu
Pobierz pliki rozszerzeń Webmaster menu w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Webmaster menu |
ID | bjnkfhenfiekcfbkgpkblcbldphjkldc |
Oficjalny URL | https://chromewebstore.google.com/detail/webmaster-menu/bjnkfhenfiekcfbkgpkblcbldphjkldc |
Opis | Adds new items to browser context menu that open various analyzes of browsed web pages and sites. |
Rozmiar pliku | 55.75 KB |
Liczba instalacji | 75 |
Aktualna Wersja | 2.0.1 |
Ostatnia Aktualizacja | 2023-01-08 |
Data Publikacji | 2020-06-24 |
Deweloper | WebVPF |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/WebVPF/webmaster-menu |
Adres URL Strony Pomocy | https://github.com/WebVPF/webmaster-menu/issues |
Obsługiwane Języki | 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" } |