robots.txt viewer

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

Co je robots.txt viewer?

robots.txt viewer je rozšíření Chrome vyvinuté https://robots-viewer.com, a jeho hlavní funkcí je „look into a robots.txt file on websites with a single click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření robots.txt viewer

Stáhněte si soubory rozšíření robots.txt viewer 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í

                        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                    

Základní Informace o Rozšíření

Název robots.txt viewer robots.txt viewer
ID agckgmkiigllflmahknlkhhhhmchodcb
Oficiální URL https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb
Popis look into a robots.txt file on websites with a single click.
Velikost souboru 33.32 KB
Počet instalací 3,055
Aktuální Verze 1.6.1
Poslední Aktualizace 2022-05-24
Datum Vydání 2019-06-19
Hodnocení 4.71/5 Celkem 7 Hodnocení
Vývojář https://robots-viewer.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.robots-viewer.com/
Podporované Jazyky 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\/"
    ]
}