Max Site Info

Instant access to the info and realated links to the one you are browsing!

什么是Max Site Info?

Max Site Info是由maxc开发的Chrome扩展程序,该扩展的主要功能是“Instant access to the info and realated links to the one you are browsing!”。

扩展截图

screenshot
screenshot

下载Max Site Info扩展crx文件

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

扩展使用说明

                        The Max Site Info - analytics tool for webmasters
The Extension provides easy access to
Google Page Rank,
Alexa rank, 
Alexa Six month Traffic Trend, 
Related Links, 
Google Trends, 
Google AdPlanner, 
Who Is, 
robots.txt, 
sitemap.xml
and more ...                    

扩展基本信息

名称 Max Site Info Max Site Info
ID fkfglagacpnlfbbmlhlhacgfolhgnlbh
官方URL https://chromewebstore.google.com/detail/max-site-info/fkfglagacpnlfbbmlhlhacgfolhgnlbh
简介 Instant access to the info and realated links to the one you are browsing!
文件大小 74.62 KB
安装次数 181
当前版本 1.0.2
更新时间 2012-10-06
上架时间 2012-10-06
评分 3.67/5 共3次评分
开发者 maxc
付费类型 free
扩展官网 http://cherevko.com/maxinfo.html
支持的语言 en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon24.png",
        "default_title": "__MSG_max_default_title__",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Instant access to the info and realated links to the one you are browsing!",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "Max Site Info",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}