robots.txt viewer

look into a robots.txt file on websites with a single click.

Apa itu robots.txt viewer?

robots.txt viewer adalah ekstensi Chrome yang dikembangkan oleh https://robots-viewer.com, dan fitur utamanya adalah "look into a robots.txt file on websites with a single click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi robots.txt viewer

Unduh file ekstensi robots.txt viewer 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

                        Inspect the source of every robots.txt file from the current website in your browser and display the content directly. With robots.txt caching, privacy settings and public robots.txt file archive.

:: Full changelog
https://www.robots-viewer.com/changelog

:: Public stats
https://www.robots-viewer.com/statistics                    

Informasi Dasar Ekstensi

Nama robots.txt viewer robots.txt viewer
ID agckgmkiigllflmahknlkhhhhmchodcb
URL Resmi https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb
Deskripsi look into a robots.txt file on websites with a single click.
Ukuran File 33.32 KB
Jumlah Instalasi 3,055
Versi Saat Ini 1.6.1
Terakhir Diperbarui 2022-05-24
Tanggal Publikasi 2019-06-19
Penilaian 4.71/5 Total 7 Penilaian
Pengembang https://robots-viewer.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.robots-viewer.com/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "95",
    "author": "Nico Hemkes",
    "name": "robots.txt viewer",
    "short_name": "robots.txt",
    "description": "look into a robots.txt file on websites with a single click.",
    "homepage_url": "https:\/\/www.robots-viewer.com\/",
    "version": "1.6.1",
    "action": {
        "browser_style": true,
        "default_title": "robots.txt viewer",
        "default_icon": "img\/icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.robots-viewer.com\/"
    ]
}