SEO Inspector
This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
What is SEO Inspector?
SEO Inspector is a Chrome extension developed by codefrog0, and its main feature is "This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel".
Extension Screenshots
Download SEO Inspector Extension CRX File
Download SEO Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | SEO Inspector |
ID | iejckekdjogeeilmllnabmgkbbmedeal |
Official URL | 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 |
File Size | 58.53 KB |
Installation Count | 1,594 |
Current Version | 1.0.2 |
Last Updated | 2017-03-29 |
Publish Date | 2017-03-29 |
Rating | 4.88/5 Total 8 Ratings |
Developer | codefrog0 |
Payment Type | free |
Supported Languages | 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" ] } } |