Meta tags - SEO Tool
This extension will list all the meta tags in a webpage
Was ist Meta tags - SEO Tool?
Meta tags - SEO Tool ist eine Chrome-Erweiterung, die von https://geekabhi.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will list all the meta tags in a webpage".
Erweiterungsscreenshots
Meta tags - SEO Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Meta tags - SEO Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | miihmfdpfdioogfbfofbnagblnjbjomg |
| Offizielle URL | https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg |
| Beschreibung | This extension will list all the meta tags in a webpage |
| Dateigröße | 6.63 KB |
| Installationsanzahl | 998 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-07-14 |
| Veröffentlichungsdatum | 2017-08-12 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | https://geekabhi.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |