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…
Τι είναι το Forecastfox Lite;
Το Forecastfox Lite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://getforecastfox.com, και η κύρια λειτουργία του είναι "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Forecastfox Lite
Λήψη αρχείων επέκτασης Forecastfox Lite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
Επίσημο URL | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Περιγραφή | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Μέγεθος Αρχείου | 175 KB |
Αριθμός Εγκαταστάσεων | 2,170 |
Τρέχουσα Έκδοση | 22 |
Τελευταία Ενημέρωση | 2013-05-21 |
Ημερομηνία Δημοσίευσης | 2013-05-21 |
Αξιολόγηση | 2.43/5 Συνολικά 206 Αξιολογήσεις |
Προγραμματιστής | http://getforecastfox.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } } |