SEO Tool
SEO Tool
Wat is SEO Tool?
SEO Tool is een Chrome-extensie ontwikkeld door http://blog.btnotes.com, en de belangrijkste functie is "SEO Tool".
Extensie Screenshots
Download het CRX-bestand van de extensie SEO Tool
Download SEO Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
此工具是一个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就知道) Basisinformatie over de Extensie
| Naam | |
| ID | egdommakggfnojigiekblhekngjpfmbd |
| Officiële URL | https://chrome.google.com/webstore/detail/seo-tool/egdommakggfnojigiekblhekngjpfmbd |
| Beschrijving | SEO Tool |
| Bestandsgrootte | 129 KB |
| Aantal Installaties | 734 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2015-03-05 |
| Publicatiedatum | 2015-03-05 |
| Beoordeling | 5.00/5 Totaal 17 Beoordelingen |
| Ontwikkelaar | http://blog.btnotes.com |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/yseasony/chrome-seotool |
| Help Pagina-URL | https://github.com/yseasony/chrome-seotool |
| Ondersteunde Talen | 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": []
} | |