Meta tags - SEO Tool
This extension will list all the meta tags in a webpage
什么是Meta tags - SEO Tool?
Meta tags - SEO Tool是由https://geekabhi.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will list all the meta tags in a webpage”。
扩展截图
下载Meta tags - SEO Tool扩展crx文件
下载Meta tags - SEO Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension makes all meta tags within your reach in a single click. This will help you by listing all the meta tags used within a webpage. You don't need any technical knowledge to see what meta tags are used in a webpage. Just install the extension, and click the extension icon to see what meta tags has been set in the page.
扩展基本信息
名称 | Meta tags - SEO Tool |
ID | miihmfdpfdioogfbfofbnagblnjbjomg |
官方URL | https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg |
简介 | This extension will list all the meta tags in a webpage |
文件大小 | 6.63 KB |
安装次数 | 998 |
当前版本 | 1.1 |
更新时间 | 2023-07-14 |
上架时间 | 2017-08-12 |
评分 | 5.00/5 共3次评分 |
开发者 | https://geekabhi.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meta tags - SEO Tool", "description": "This extension will list all the meta tags in a webpage", "version": "1.1", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting", "tabs" ] } |