Microburbs

Provides detailed reports and scores for property pages you visit.

什麼是Microburbs?

Microburbs是由https://www.nationmaster.com開發的Chrome擴展程式,該擴展的主要功能是“Provides detailed reports and scores for property pages you visit.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Microburbs擴展crx文件

下載Microburbs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Provides free detailed property reports alongside any Australian property ad you visit. Scores properties based on Convenience, Lifestyle, Affluence, Tranquility, suitability for families and more. 

NationMaster's comprehensive profiles include the property's internet speed, neighbour demographics, zoning, NAPLAN, school catchments, ethnicity, religion, voting preferences, public housing, planning applications, crime and more! It also provides you with nearby amenities like cafes, restaurants, gyms, pubs and nightclubs, complete with ratings. 

Get the Facts the Property Ad Left Out.                    

擴展基本資訊

名稱 Microburbs Microburbs
ID hihjalbgkgfoofckjhpogeiiahedcdom
官方網址 https://chromewebstore.google.com/detail/microburbs/hihjalbgkgfoofckjhpogeiiahedcdom
簡介 Provides detailed reports and scores for property pages you visit.
檔案大小 370 KB
安裝次數 165
目前版本 1.0.34
更新時間 2015-11-20
上架時間 2015-11-19
評分 5.00/5 共 3 次評分
開發者 https://www.nationmaster.com
付費類型 free
擴展官網 http://www.nationmaster.com/n/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Microburbs",
    "version": "1.0.34",
    "description": "Provides detailed reports and scores for property pages you visit.",
    "homepage_url": "http:\/\/www.microburbs.com.au",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.realestate.com.au\/*",
        "*:\/\/*.domain.com.au\/*",
        "*:\/\/*.microburbs.com.au\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-1.9.1.min.js",
                "jquery-ui-1.9.2.custom.min.js",
                "contentHelper.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.realestate.com.au\/*",
                "*:\/\/*.domain.com.au\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/browser-pane-button-19.png",
            "38": "images\/browser-pane-button-76.png"
        },
        "default_title": "Microburbs.com.au"
    },
    "icons": {
        "16": "images\/browser-pane-button-16.png",
        "18": "images\/browser-pane-button-18.png",
        "32": "images\/browser-pane-button-32.png",
        "36": "images\/browser-pane-button-36.png",
        "48": "images\/browser-pane-button-48.png",
        "76": "images\/browser-pane-button-76.png"
    }
}