SEO Tool
SEO Tool
What is SEO Tool?
SEO Tool is a Chrome extension developed by http://blog.btnotes.com, and its main feature is "SEO Tool".
Extension Screenshots
Download SEO Tool Extension CRX File
Download SEO Tool 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
此工具是一个chrome浏览器的扩展插件,通过浏览器插件的形式快速获取当前页面的seo基本信息提高效率,如title,keywords,description,当前页面关键词在百度中的排名,请求的目标地址ip,模拟搜索引擎spider UA访问等功能。 v1.0.2 1、修复了页面中标识nofollow链接的问题 v1.0.1 1、修复获取keywords,description,canonical时大小写问题。 2、修复标识nofollow链接,标识无alt的图片选择框错误问题。 v1.0.0 第一个版本,主要功能为: 当前页面基本信息获取与建议,如title,keywords,description,canonical url等等 当前页面关键词出现次数 当前页面关键词在百度中的排名 当前域名的alexa排名 在插件中展示robots内容 模拟spider UA 在页面种标识nofollow链接 在页面中标识无alt的图片 当前域名的ip地址 (host有没有切换成功?一看ip就知道)
Extension Basic Information
Name | |
ID | egdommakggfnojigiekblhekngjpfmbd |
Official URL | https://chrome.google.com/webstore/detail/seo-tool/egdommakggfnojigiekblhekngjpfmbd |
Description | SEO Tool |
File Size | 129 KB |
Installation Count | 734 |
Current Version | 1.0.2 |
Last Updated | 2015-03-05 |
Publish Date | 2015-03-05 |
Rating | 5.00/5 Total 17 Ratings |
Developer | http://blog.btnotes.com |
Payment Type | free |
Extension Website | https://github.com/yseasony/chrome-seotool |
Help Page URL | https://github.com/yseasony/chrome-seotool |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SEO Tool", "version": "1.0.2", "manifest_version": 2, "description": "SEO Tool", "default_locale": "zh_CN", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": "assets\/images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "assets\/libs\/jquery-2.1.1.min.js", "assets\/libs\/i18n.js", "assets\/libs\/tool.js", "assets\/scripts\/background.js", "assets\/scripts\/bg_lib.js" ] }, "content_scripts": [ { "css": [ "assets\/styles\/inject.css" ], "js": [ "assets\/libs\/jquery-2.1.1.min.js", "assets\/libs\/tool.js", "assets\/scripts\/content_script.js" ], "run_at": "document_end", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking", "storage", "unlimitedStorage" ], "web_accessible_resources": [] } |