NoIndex,NoFollow Meta Tag Checker
https://github.com/richard-parnaby-king/Meta-Checker
Τι είναι το NoIndex,NoFollow Meta Tag Checker;
Το NoIndex,NoFollow Meta Tag Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Richard Parnaby-King, και η κύρια λειτουργία του είναι "https://github.com/richard-parnaby-king/Meta-Checker".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NoIndex,NoFollow Meta Tag Checker
Λήψη αρχείων επέκτασης NoIndex,NoFollow Meta Tag Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
By default, Googlebot will index a page and follow links to it. You can use a special HTML tag to tell robots not to index the content of a page, and/or not scan it for links to follow. For example:... In the majority of cases this is only used on development or staging sites and not used on live websites. This extension generates a notification if a robots meta tag is found with either "noindex" or "nofollow" in the contents.
Βασικές Πληροφορίες Επέκτασης
Όνομα | NoIndex,NoFollow Meta Tag Checker |
ID | aijcgkcgldkomeddnlpbhdelcpfamklm |
Επίσημο URL | https://chromewebstore.google.com/detail/noindexnofollow-meta-tag/aijcgkcgldkomeddnlpbhdelcpfamklm |
Περιγραφή | https://github.com/richard-parnaby-king/Meta-Checker |
Μέγεθος Αρχείου | 19.12 KB |
Αριθμός Εγκαταστάσεων | 3,971 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-08-24 |
Ημερομηνία Δημοσίευσης | 2017-08-24 |
Αξιολόγηση | 3.83/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | Richard Parnaby-King |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NoIndex,NoFollow Meta Tag Checker", "description": "https:\/\/github.com\/richard-parnaby-king\/Meta-Checker", "version": "1.1", "homepage_url": "https:\/\/github.com\/richard-parnaby-king\/External-Followed-Link-Highlighter", "author": "Richard Parnaby-King", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "background": { "scripts": [ "bg.js" ], "persistent": false } } |