robots.txt viewer
look into a robots.txt file on websites with a single click.
Wat is robots.txt viewer?
robots.txt viewer is een Chrome-extensie ontwikkeld door https://robots-viewer.com, en de belangrijkste functie is "look into a robots.txt file on websites with a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie robots.txt viewer
Download robots.txt viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | robots.txt viewer |
ID | agckgmkiigllflmahknlkhhhhmchodcb |
Officiële URL | https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb |
Beschrijving | look into a robots.txt file on websites with a single click. |
Bestandsgrootte | 33.32 KB |
Aantal Installaties | 3,055 |
Huidige Versie | 1.6.1 |
Laatst Bijgewerkt | 2022-05-24 |
Publicatiedatum | 2019-06-19 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://robots-viewer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.robots-viewer.com/ |
Ondersteunde Talen | 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\/" ] } |