SpiralDB

SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors

什么是SpiralDB?

SpiralDB是由Dom Hodgson开发的Chrome扩展程序,该扩展的主要功能是“SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors”。

扩展截图

screenshot

下载SpiralDB扩展crx文件

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

扩展使用说明

                        SpiralDB is a free project built off the back of the strong relationships that exist between LinkRisk, Ahrefs, SEMRush and Majestic.

We wanted to make a free tool that very quickly and easily gives you an overview of a website’s health via its link profile, search engine visibility and several other factors.

Powered by Phil and Colin, the SpiralDB chrome extension gives you a lot of useful domain level information at the click of a button.

Sign up now and see what you think – after all, its free :)                    

扩展基本信息

名称 SpiralDB SpiralDB
ID ogcfndnlbhgdfcmpodgmhjhknepfhhjj
官方URL https://chromewebstore.google.com/detail/spiraldb/ogcfndnlbhgdfcmpodgmhjhknepfhhjj
简介 SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors
文件大小 10.4 KB
安装次数 174
当前版本 0.2
更新时间 2015-04-15
上架时间 2015-04-15
评分 4.33/5 共3次评分
开发者 Dom Hodgson
付费类型 free
扩展官网 http://spiraldb.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "SpiralDB"
    },
    "name": "SpiralDB",
    "description": "SpiralDB is a free tool that gives an overview of a site\u2019s health via its link profile, search visibility and several other factors",
    "homepage_url": "http:\/\/spiraldb.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.2",
    "manifest_version": 2
}