Webtool Check
Checks robots.txt, meta robots, x-robots-tag, keys rank with URL alerts. HTTP header info.
Qu'est-ce que Webtool Check ?
Webtool Check est une extension Chrome développée par xuansang0509, et sa fonction principale est "Checks robots.txt, meta robots, x-robots-tag, keys rank with URL alerts. HTTP header info.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Webtool Check
Téléchargez les fichiers d'extension Webtool Check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Công cụ hỗ trợ và phát triển SEO. Chỉ sử dụng trên http://index.xtooldev.com/. Hỗ trợ người dùng thao tác nhanh trong việc tìm kiếm và sao chép dữ liệu cần thiết.
Informations de Base sur l'Extension
Nom | Webtool Check |
ID | iljpdfakppafhmcdcegjcjnldiooibbn |
URL Officiel | https://chromewebstore.google.com/detail/webtool-check/iljpdfakppafhmcdcegjcjnldiooibbn |
Description | Checks robots.txt, meta robots, x-robots-tag, keys rank with URL alerts. HTTP header info. |
Taille du Fichier | 62.21 KB |
Nombre d'Installations | 493 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-05-10 |
Date de Publication | 2022-04-27 |
Développeur | xuansang0509 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://index.xtooldev.com/ |
URL de la Page d'Aide | http://index.xtooldev.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "main.js", "jquery-2.1.1.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "object-src 'self'; script-src 'self'" }, "description": "Checks robots.txt, meta robots, x-robots-tag, keys rank with URL alerts. HTTP header info.", "host_permissions": [ "*:\/\/*.google.com\/", "*:\/\/localhost\/", "*:\/\/index.xtooldev.com" ], "icons": { "128": "ua-icon-128.png", "16": "ua-icon-16.png", "48": "ua-icon-48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn+6s\/dAF\/iDzzsrkzz8cUngt6sybuXMbS1VhCP1lCS0y9D71QbPVnlrJ\/VZJFGREbqTNPJHhckKWYNNv6DcIgd4bCMfB8fm5YJp4IhyAjy+vlI5u1LkiFDlMXSxJj6iuNH7jQve9RJfMiWjmfXpJYrLg4IbJ+2MBS6m4Yic5Fr2X95tkSiScnE9G1AfRi2rPrB1Qt+pebp0IPQRu4hbN\/M2PytoV\/UNeaG3q4IX\/le8DRzcZWjEgM77ipoviDkffF+7sNqyPBuXfSI9IHJXb\/RKmXgIfgLgwniHRAodpkGeqphdI8X+kL7XSI72d0XGQ6NzCUS5+RLHUL8U\/KRufUwIDAQAB", "manifest_version": 3, "name": "Webtool Check", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |