Byvejr
Viser vejret for idag baseret på din position
What is Byvejr?
Byvejr is a Chrome extension developed by Erik Martino, and its main feature is "Viser vejret for idag baseret på din position".
Extension Screenshots
Download Byvejr Extension CRX File
Download Byvejr 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
Viser vejret for de næste to dage. Billedet er taget fra DMI's Byvejr. Postnummeret er fundet vha opslag hos http://geo.oiorest.dk/documentation/api/postnummer.aspx
Extension Basic Information
Name | |
ID | hoagnkfkmgigmlngnkkjhjbbahhliije |
Official URL | https://chromewebstore.google.com/detail/byvejr/hoagnkfkmgigmlngnkkjhjbbahhliije |
Description | Viser vejret for idag baseret på din position |
File Size | 32.89 KB |
Installation Count | 50 |
Current Version | 0.0.3 |
Last Updated | 2014-07-15 |
Publish Date | 2014-07-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Erik Martino |
Payment Type | free |
Supported Languages | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Byvejr", "description": "Viser vejret for idag baseret p\u00e5 din position", "version": "0.0.3", "minimum_chrome_version": "23", "icons": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "browser_action": { "default_icon": "assets\/icon_16.png", "default_popup": "popup.html" }, "permissions": [ "geolocation", "http:\/\/geo.oiorest.dk\/" ] } |