Funda Neighbourhoods
Adds helpful information about neighbourhood to house / apartment pages on funda.nl
什麼是Funda Neighbourhoods?
Funda Neighbourhoods是由Nikita Indik開發的Chrome擴展程式,該擴展的主要功能是“Adds helpful information about neighbourhood to house / apartment pages on funda.nl”。
擴展截圖
下載Funda Neighbourhoods擴展crx文件
下載Funda Neighbourhoods擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get to know the neighbourhood around properties you like. This extension enhances Funda with useful information to help you choose the right property. Learn about: - how old are houses in the neighbourhood - what is the average income of residents - neighbourhood marital status statistics - is it a family-lifestyle neighbourhood - residents cultural background - and other statistical facts This extension uses official data from Dutch Census Bureau (CBS).
擴展基本資訊
名稱 | Funda Neighbourhoods |
ID | jibdjhaojkpiagiccmolddmlhllancgj |
官方網址 | https://chromewebstore.google.com/detail/funda-neighbourhoods/jibdjhaojkpiagiccmolddmlhllancgj |
簡介 | Adds helpful information about neighbourhood to house / apartment pages on funda.nl |
檔案大小 | 40.33 KB |
安裝次數 | 1,663 |
目前版本 | 0.6.1 |
更新時間 | 2022-04-01 |
上架時間 | 2020-05-03 |
評分 | 4.00/5 共 6 次評分 |
開發者 | Nikita Indik |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/nikitaindik/funda-neighbourhoods |
說明頁面URL | https://github.com/nikitaindik/funda-neighbourhoods |
隱私政策頁面URL | https://raw.githubusercontent.com/nikitaindik/funda-neighbourhoods/master/PRIVACY.md |
支援的語言 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 2, "description": "__MSG_appDescription__", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.funda.nl\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "browser_style": true }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_specific_settings": { "gecko": { "id": "{00758a4a-70d5-4319-a89b-3c9f92a5b751}" } }, "version": "0.6.1" } |