Meta tags - SEO Tool

This extension will list all the meta tags in a webpage

Apa itu Meta tags - SEO Tool?

Meta tags - SEO Tool adalah ekstensi Chrome yang dikembangkan oleh https://geekabhi.com, dan fitur utamanya adalah "This extension will list all the meta tags in a webpage".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Meta tags - SEO Tool

Unduh file ekstensi Meta tags - SEO Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Meta tags - SEO Tool Meta tags - SEO Tool
ID miihmfdpfdioogfbfofbnagblnjbjomg
URL Resmi https://chromewebstore.google.com/detail/meta-tags-seo-tool/miihmfdpfdioogfbfofbnagblnjbjomg
Deskripsi This extension will list all the meta tags in a webpage
Ukuran File 6.63 KB
Jumlah Instalasi 998
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-07-14
Tanggal Publikasi 2017-08-12
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://geekabhi.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}