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
公式URL 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"
    }
}