SEO Tool

SEO Tool

Cos'è SEO Tool?

SEO Tool è un'estensione di Chrome sviluppata da http://blog.btnotes.com, e la sua funzione principale è "SEO Tool".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SEO Tool

Scarica i file di estensione SEO Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        此工具是一个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就知道)                    

Informazioni di Base sull'Estensione

Nome SEO Tool SEO Tool
ID egdommakggfnojigiekblhekngjpfmbd
URL Ufficiale https://chrome.google.com/webstore/detail/seo-tool/egdommakggfnojigiekblhekngjpfmbd
Descrizione SEO Tool
Dimensione del File 129 KB
Conteggio Installazioni 734
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-03-05
Data di Pubblicazione 2015-03-05
Valutazione 5.00/5 Totale 17 Valutazioni
Sviluppatore http://blog.btnotes.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yseasony/chrome-seotool
URL della Pagina di Aiuto https://github.com/yseasony/chrome-seotool
Lingue Supportate 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": []
}