zillow search
This extension will search for selected text on Zillow.
O que é zillow search?
zillow search é uma extensão do Chrome desenvolvida por rathaur.m7, e sua principal característica é "This extension will search for selected text on Zillow.".
Baixar o arquivo CRX da Extensão zillow search
Baixe arquivos de extensão zillow search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | eapclngljjnfkgppghnohbimmfnpmpmk |
URL Oficial | https://chromewebstore.google.com/detail/zillow-search/eapclngljjnfkgppghnohbimmfnpmpmk |
Descrição | This extension will search for selected text on Zillow. |
Tamanho do Arquivo | 4.41 KB |
Contagem de Instalações | 76 |
Versão Atual | 1.0 |
Última Atualização | 2017-04-18 |
Data de Publicação | 2017-04-18 |
Desenvolvedor | rathaur.m7 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |