Webmaster menu

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

Webmaster menuคืออะไร?

Webmaster menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WebVPF และคุณลักษณะหลักของมันคือ "Adds new items to browser context menu that open various analyzes of browsed web pages and sites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webmaster menu

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
}