Meta tags - SEO Tool
This extension will list all the meta tags in a webpage
Vad är Meta tags - SEO Tool?
Meta tags - SEO Tool är en Chrome-tillägg utvecklad av https://geekabhi.com, och dess huvudfunktion är "This extension will list all the meta tags in a webpage".
Tilläggsskärmbilder
Ladda ner Meta tags - SEO Tool-förlängningens CRX-fil
Ladda ner Meta tags - SEO Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | miihmfdpfdioogfbfofbnagblnjbjomg |
| Officiell webbadress | https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg |
| Beskrivning | This extension will list all the meta tags in a webpage |
| Filstorlek | 6.63 KB |
| Antal Installationer | 998 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2023-07-14 |
| Publiceringsdatum | 2017-08-12 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://geekabhi.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |