BUIE.NL
Regen en lokale neerslagverwachting
What is BUIE.NL?
BUIE.NL is a Chrome extension developed by http://www.buie.nl, and its main feature is "Regen en lokale neerslagverwachting".
Extension Screenshots
Download BUIE.NL Extension CRX File
Download BUIE.NL 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
Zie gemakkelijk in één oogopslag of het gaat regenen op je huidige locatie. Een lege druppel betekent geen neerslag en hoe voller de druppel, hoe meer het gaat regenen. Druk op de druppel rechtsboven in je browser om gedetailleerd te zien hoe laat en hoeveel het precies gaat regenen. Met deze eerste versie van de buie.nl chrome plugin wordt de locatie automatisch bepaald en kan deze niet handmatig ingesteld worden. Op grafiek kan geklikt worden om naar buie.nl te gaan om de buienradar overlay op google maps te zien + huidige locatie. LET OP: extensie werkt alleen in Nederland vanwege regen data
Extension Basic Information
Name | |
ID | cpedaeffeaneomaeenlakpdhgalfojof |
Official URL | https://chrome.google.com/webstore/detail/buienl/cpedaeffeaneomaeenlakpdhgalfojof |
Description | Regen en lokale neerslagverwachting |
File Size | 49.96 KB |
Installation Count | 147 |
Current Version | 1.4 |
Last Updated | 2016-09-08 |
Publish Date | 2016-09-08 |
Rating | 4.89/5 Total 19 Ratings |
Developer | http://www.buie.nl |
Payment Type | free |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BUIE.NL", "version": "1.4", "manifest_version": 2, "description": "Regen en lokale neerslagverwachting", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/gratisweerdata.buienradar.nl; object-src 'self'", "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon19-01.png", "38": "img\/icon38-01.png" }, "default_title": "BUIE . NL", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "geolocation", "https:\/\/gratisweerdata.buienradar.nl\/" ] } |