Webmaster menu
Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
Apa itu Webmaster menu?
Webmaster menu adalah ekstensi Chrome yang dikembangkan oleh WebVPF, dan fitur utamanya adalah "Adds new items to browser context menu that open various analyzes of browsed web pages and sites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Webmaster menu
Unduh file ekstensi Webmaster menu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Webmaster menu |
ID | bjnkfhenfiekcfbkgpkblcbldphjkldc |
URL Resmi | https://chromewebstore.google.com/detail/webmaster-menu/bjnkfhenfiekcfbkgpkblcbldphjkldc |
Deskripsi | Adds new items to browser context menu that open various analyzes of browsed web pages and sites. |
Ukuran File | 55.75 KB |
Jumlah Instalasi | 75 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2023-01-08 |
Tanggal Publikasi | 2020-06-24 |
Pengembang | WebVPF |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/WebVPF/webmaster-menu |
URL Halaman Bantuan | https://github.com/WebVPF/webmaster-menu/issues |
Bahasa yang Didukung | 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" } |