Byvejr
Viser vejret for idag baseret på din position
Byvejrとは何ですか?
ByvejrはErik Martinoによって開発されたChromeの拡張機能で、その主な機能は「Viser vejret for idag baseret på din position」です。
拡張機能のスクリーンショット
Byvejr拡張機能のCRXファイルをダウンロード
Byvejr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | hoagnkfkmgigmlngnkkjhjbbahhliije |
| 公式URL | https://chromewebstore.google.com/detail/byvejr/hoagnkfkmgigmlngnkkjhjbbahhliije |
| 説明 | Viser vejret for idag baseret på din position |
| ファイルサイズ | 32.89 KB |
| インストール数 | 50 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2014-07-15 |
| 公開日 | 2014-07-15 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | Erik Martino |
| 支払い方法 | free |
| 対応言語 | 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\/"
]
} | |