robots.txt viewer
look into a robots.txt file on websites with a single click.
robots.txt viewerとは何ですか?
robots.txt viewerはhttps://robots-viewer.comによって開発されたChromeの拡張機能で、その主な機能は「look into a robots.txt file on websites with a single click.」です。
拡張機能のスクリーンショット
robots.txt viewer拡張機能のCRXファイルをダウンロード
robots.txt viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | agckgmkiigllflmahknlkhhhhmchodcb |
| 公式URL | https://chromewebstore.google.com/detail/robotstxt-viewer/agckgmkiigllflmahknlkhhhhmchodcb |
| 説明 | look into a robots.txt file on websites with a single click. |
| ファイルサイズ | 33.32 KB |
| インストール数 | 3,055 |
| 現在のバージョン | 1.6.1 |
| 最終更新日 | 2022-05-24 |
| 公開日 | 2019-06-19 |
| 評価 | 4.71/5 合計 7 レビュー |
| 開発者 | https://robots-viewer.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.robots-viewer.com/ |
| 対応言語 | 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\/"
]
} | |