Meta tags - SEO Tool

This extension will list all the meta tags in a webpage

Co to jest Meta tags - SEO Tool?

Meta tags - SEO Tool to rozszerzenie Chrome opracowane przez https://geekabhi.com, a jego główną funkcją jest „This extension will list all the meta tags in a webpage”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Meta tags - SEO Tool

Pobierz pliki rozszerzeń Meta tags - SEO Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Meta tags - SEO Tool Meta tags - SEO Tool
ID miihmfdpfdioogfbfofbnagblnjbjomg
Oficjalny URL https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg
Opis This extension will list all the meta tags in a webpage
Rozmiar pliku 6.63 KB
Liczba instalacji 998
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-07-14
Data Publikacji 2017-08-12
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://geekabhi.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}