Meta tags - SEO Tool
This extension will list all the meta tags in a webpage
¿Qué es Meta tags - SEO Tool?
Meta tags - SEO Tool es una extensión de Chrome desarrollada por https://geekabhi.com, y su función principal es "This extension will list all the meta tags in a webpage".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Meta tags - SEO Tool
Descarga archivos de extensión Meta tags - SEO Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Meta tags - SEO Tool |
ID | miihmfdpfdioogfbfofbnagblnjbjomg |
URL Oficial | https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg |
Descripción | This extension will list all the meta tags in a webpage |
Tamaño del Archivo | 6.63 KB |
Cantidad de Instalaciones | 998 |
Versión Actual | 1.1 |
Última Actualización | 2023-07-14 |
Fecha de Publicación | 2017-08-12 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://geekabhi.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |