Meta tags - SEO Tool
This extension will list all the meta tags in a webpage
Co je Meta tags - SEO Tool?
Meta tags - SEO Tool je rozšíření Chrome vyvinuté https://geekabhi.com, a jeho hlavní funkcí je „This extension will list all the meta tags in a webpage“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Meta tags - SEO Tool
Stáhněte si soubory rozšíření Meta tags - SEO Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | miihmfdpfdioogfbfofbnagblnjbjomg |
| Oficiální URL | https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg |
| Popis | This extension will list all the meta tags in a webpage |
| Velikost souboru | 6.63 KB |
| Počet instalací | 998 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2023-07-14 |
| Datum Vydání | 2017-08-12 |
| Hodnocení | 5.00/5 Celkem 3 Hodnocení |
| Vývojář | https://geekabhi.com |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
} | |