Seerobots
SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com
Apa itu Seerobots?
Seerobots adalah ekstensi Chrome yang dikembangkan oleh claneo-chrome-extensions, dan fitur utamanya adalah "SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Seerobots
Unduh file ekstensi Seerobots 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
SeeRobots will conveniently show you the information meta robots tag in the head section of the website your are viewing at that moment. Depending on this information colors in the browserbar will change. 1. If the SeeRobots field is all green it means that this page has "index, follow" as robots attributes. 2. If the SeeRobots field is all red it means that this page has "noindex, nofollow" as robots attributes. 3. If the SeeRobots field is green on the left and red on the right it means that this page has "index, nofollow" as robots attributes. 4. If the SeeRobots field is red on the left and green on the right it means that this page has "noindex, follow" as robots attributes.
Informasi Dasar Ekstensi
Nama | Seerobots |
ID | hnljoiodjfgpnddiekagpbblnjedcnfp |
URL Resmi | https://chromewebstore.google.com/detail/seerobots/hnljoiodjfgpnddiekagpbblnjedcnfp |
Deskripsi | SeeRobots conveniently displays the meta robots information of the website you are viewing - For more info visit www.seerobots.com |
Ukuran File | 43.91 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.9 |
Terakhir Diperbarui | 2024-02-15 |
Tanggal Publikasi | 2021-04-27 |
Penilaian | 4.07/5 Total 29 Penilaian |
Pengembang | claneo-chrome-extensions |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.claneo.com/de/seerobots/ |
URL Halaman Bantuan | https://www.claneo.com/de/seerobots/ |
Bahasa yang Didukung | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html", "default_title": "Seerobots", "name": "Seerobots" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "icons\/icon_128.png", "48": "icons\/icon_48.png" }, "manifest_version": 3, "name": "Seerobots", "permissions": [ "activeTab" ], "version": "1.9" } |