SEO Inspector
This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
Qu'est-ce que SEO Inspector ?
SEO Inspector est une extension Chrome développée par codefrog0, et sa fonction principale est "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SEO Inspector
Téléchargez les fichiers d'extension SEO Inspector 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
Informations de Base sur l'Extension
Nom | SEO Inspector |
ID | iejckekdjogeeilmllnabmgkbbmedeal |
URL Officiel | https://chromewebstore.google.com/detail/seo-inspector/iejckekdjogeeilmllnabmgkbbmedeal |
Description | This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel |
Taille du Fichier | 58.53 KB |
Nombre d'Installations | 1,594 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2017-03-29 |
Date de Publication | 2017-03-29 |
Évaluation | 4.88/5 Total 8 Évaluations |
Développeur | codefrog0 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO Inspector", "description": "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel", "version": "1.0.2", "devtools_page": "devtools.html", "options_page": "Panel\/AppTesterPanel.html", "background": { "persistent": false, "page": "background.html" }, "icons": { "16": "icon\/[email protected]", "48": "icon\/[email protected]", "128": "icon\/[email protected]" }, "browser_action": { "default_icon": "icon\/[email protected]", "default_popup": "popup.html" }, "permissions": [ "activeTab", "*:\/\/*\/*", "storage" ], "sandbox": { "pages": [ "sandboxed.html" ] } } |