Best Google SEO Helper

Strong Klout and Good RT.

什么是Best Google SEO Helper?

Best Google SEO Helper是由carTurtle9开发的Chrome扩展程序,该扩展的主要功能是“Strong Klout and Good RT.”。

扩展截图

screenshot
screenshot
screenshot

下载Best Google SEO Helper扩展crx文件

下载Best Google SEO Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Check the Strong Klout and Good RT of any site on the web, right from Chrome.                    

扩展基本信息

名称 Best Google SEO Helper Best Google SEO Helper
ID jhoigcpcdifaenahgkhneleghbgggfol
官方URL https://chromewebstore.google.com/detail/best-google-seo-helper/jhoigcpcdifaenahgkhneleghbgggfol
简介 Strong Klout and Good RT.
文件大小 19.09 KB
安装次数 214
当前版本 1.2
更新时间 2015-01-21
上架时间 2015-01-20
评分 4.20/5 共5次评分
开发者 carTurtle9
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Google SEO Helper",
    "description": "Strong Klout and Good RT.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16x16.png",
        "48": "logo48x48.png",
        "128": "logo128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}