zillow search

This extension will search for selected text on Zillow.

What is zillow search?

zillow search is a Chrome extension developed by rathaur.m7, and its main feature is "This extension will search for selected text on Zillow.".

Download zillow search Extension CRX File

Download zillow search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name zillow search zillow search
ID eapclngljjnfkgppghnohbimmfnpmpmk
Official URL https://chromewebstore.google.com/detail/zillow-search/eapclngljjnfkgppghnohbimmfnpmpmk
Description This extension will search for selected text on Zillow.
File Size 4.41 KB
Installation Count 76
Current Version 1.0
Last Updated 2017-04-18
Publish Date 2017-04-18
Developer rathaur.m7
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "zillow search",
    "description": "This extension will search for selected text on Zillow.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ]
    }
}