zillow search
This extension will search for selected text on Zillow.
什么是zillow search?
zillow search是由rathaur.m7开发的Chrome扩展程序,该扩展的主要功能是“This extension will search for selected text on Zillow.”。
下载zillow search扩展crx文件
下载zillow search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | eapclngljjnfkgppghnohbimmfnpmpmk |
| 官方URL | https://chromewebstore.google.com/detail/zillow-search/eapclngljjnfkgppghnohbimmfnpmpmk |
| 简介 | This extension will search for selected text on Zillow. |
| 文件大小 | 4.41 KB |
| 安装次数 | 76 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-04-18 |
| 上架时间 | 2017-04-18 |
| 开发者 | rathaur.m7 |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
} | |