Webmaster menu

Adds new items to browser context menu that open various analyzes of browsed web pages and sites.

Webmaster menu là gì?

Webmaster menu là một tiện ích mở rộng Chrome được phát triển bởi WebVPF, và tính năng chính của nó là "Adds new items to browser context menu that open various analyzes of browsed web pages and sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webmaster menu

Tải xuống các tệp mở rộng Webmaster menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webmaster menu Webmaster menu
ID bjnkfhenfiekcfbkgpkblcbldphjkldc
URL Chính Thức https://chromewebstore.google.com/detail/webmaster-menu/bjnkfhenfiekcfbkgpkblcbldphjkldc
Mô tả Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
Kích Thước Tệp 55.75 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-01-08
Ngày Phát Hành 2020-06-24
Nhà Phát Triển WebVPF
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WebVPF/webmaster-menu
URL Trang Trợ Giúp https://github.com/WebVPF/webmaster-menu/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}