Realtor.com Tools

The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…

Realtor.com Toolsとは何ですか?

Realtor.com Toolsはrmbaumerによって開発されたChromeの拡張機能で、その主な機能は「The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…」です。

拡張機能のスクリーンショット

screenshot

Realtor.com Tools拡張機能のCRXファイルをダウンロード

Realtor.com Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension adds useful links to listings on Realtor.com, including:

- Internet Service Providers
- Google Search
- Google Maps

Not affiliated with Realtor.com

To request a new feature, leave a note in a review and I will implement the new feature as time allows.                    

拡張機能の基本情報

名前 Realtor.com Tools Realtor.com Tools
ID aahinbcdofnajjoonjgnedbcmjfegblp
公式URL https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp
説明 The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
ファイルサイズ 29.52 KB
インストール数 289
現在のバージョン 0.5
最終更新日 2019-11-15
公開日 2019-11-15
開発者 rmbaumer
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Realtor.com Tools",
    "version": "0.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.realtor.com\/*",
                "https:\/\/realtor.com\/*",
                "https:\/\/broadbandmap.fcc.gov\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.realtor.com\/*",
        "https:\/\/realtor.com\/*",
        "https:\/\/broadbandmap.fcc.gov\/*"
    ]
}