Forecastfox Lite
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
Apa itu Forecastfox Lite?
Forecastfox Lite adalah ekstensi Chrome yang dikembangkan oleh http://getforecastfox.com, dan fitur utamanya adalah "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Forecastfox Lite
Unduh file ekstensi Forecastfox Lite dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and weather on the new tab page.
Informasi Dasar Ekstensi
Nama | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
URL Resmi | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Deskripsi | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Ukuran File | 175 KB |
Jumlah Instalasi | 2,170 |
Versi Saat Ini | 22 |
Terakhir Diperbarui | 2013-05-21 |
Tanggal Publikasi | 2013-05-21 |
Penilaian | 2.43/5 Total 206 Penilaian |
Pengembang | http://getforecastfox.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecastfox Lite", "version": "22", "manifest_version": 2, "chrome_url_overrides": { "newtab": "forecastfox.html" }, "permissions": [ "alarms", "storage", "geolocation", "http:\/\/*.accuweather.com\/" ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "scripts": [ "js\/extern.js", "js\/eventPage.js" ], "persistent": false } } |