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
官方網址 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"
}