Webmaster menu

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

Webmaster menu क्या है?

Webmaster menu WebVPF द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds new items to browser context menu that open various analyzes of browsed web pages and sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Webmaster menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}