SEO Inspector
This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel
什么是SEO Inspector?
SEO Inspector是由codefrog0开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel”。
扩展截图
下载SEO Inspector扩展crx文件
下载SEO Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | SEO Inspector |
ID | iejckekdjogeeilmllnabmgkbbmedeal |
官方URL | https://chromewebstore.google.com/detail/seo-inspector/iejckekdjogeeilmllnabmgkbbmedeal |
简介 | This extension allows to easily inspect important SEO data for each website by just using the chrome developer panel |
文件大小 | 58.53 KB |
安装次数 | 1,594 |
当前版本 | 1.0.2 |
更新时间 | 2017-03-29 |
上架时间 | 2017-03-29 |
评分 | 4.88/5 共8次评分 |
开发者 | codefrog0 |
付费类型 | free |
支持的语言 | 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" ] } } |