Webmaster menu
Adds new items to browser context menu that open various analyzes of browsed web pages and sites.
Webmaster menuとは何ですか?
Webmaster menuはWebVPFによって開発されたChromeの拡張機能で、その主な機能は「Adds new items to browser context menu that open various analyzes of browsed web pages and sites.」です。
拡張機能のスクリーンショット
Webmaster menu拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } |