Analyze-it

Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com

什么是Analyze-it?

Analyze-it是由https://timothytocci.wordpress.com开发的Chrome扩展程序,该扩展的主要功能是“Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Analyze-it扩展crx文件

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

扩展使用说明

                        Opens various online page analytic tools - SEO, CMS, & WHOIS information for any page you visit. This particular extension opens up various web-based tools in a new tab for analysis. The Guess and Fetch tools from scritch.org make it easier to research any page in the browser and discover SEO and CMS information about it. The Chinese firewall test provided by greatfirewallofchina.org will indicate if the domain is reachable in China. Search engine footprint query menu items for Yahoo, Google, Bing, and Duck Duck Go make fingerprinting a bit easier. Viewdns.info menu items also help to discover information about the actively visited domain.                    

扩展基本信息

名称 Analyze-it Analyze-it
ID ghhobofceahbdeepjnkclgccbkcfnhfm
官方URL https://chromewebstore.google.com/detail/analyze-it/ghhobofceahbdeepjnkclgccbkcfnhfm
简介 Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com
文件大小 27.96 KB
安装次数 347
当前版本 0.9
更新时间 2018-01-18
上架时间 2018-01-17
评分 5.00/5 共2次评分
开发者 https://timothytocci.wordpress.com
付费类型 free
扩展官网 http://timothytocci.com/2013/01/29/google-chrome-extension-developing-analyze-it-a-context-menu/
帮助页面URL http://timothytocci.com/2013/01/29/google-chrome-extension-developing-analyze-it-a-context-menu/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analyze-it",
    "description": "Opens various page analytic tools - SEO, CMS, & WHOIS information for any page you visit. timothytocci.com",
    "version": "0.9",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png"
    },
    "manifest_version": 2
}