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…”。
扩展截图
下载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 |
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\/*" ] } |