TheWeatherOutlook (TWO)
This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
Τι είναι το TheWeatherOutlook (TWO);
Το TheWeatherOutlook (TWO) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.theweatheroutlook.com, και η κύρια λειτουργία του είναι "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TheWeatherOutlook (TWO)
Λήψη αρχείων επέκτασης TheWeatherOutlook (TWO) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TheWeatherOutlook (http://www.theweatheroutlook.com/) is one of the UK's busiest and most popular weather web sites. This extension gives you the latest weather news summary as well as direct access to many of the most popular pages on the web site including: 7, 10 and 16 day UK postcode and location weather forecasts 14 day, monthly and seasonal discussion forecast UK zoomable rainfall radar GFS, GEFS, ECM, WW3 and Fax charts TWO Buzz for the latest news and views on the weather
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | plefifddlacbaaphfpmahdkjndaepbel |
Επίσημο URL | https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel |
Περιγραφή | This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO). |
Μέγεθος Αρχείου | 48.36 KB |
Αριθμός Εγκαταστάσεων | 38 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2013-06-26 |
Ημερομηνία Δημοσίευσης | 2013-06-26 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://www.theweatheroutlook.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.theweatheroutlook.com/ |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TheWeatherOutlook (TWO)", "description": "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.theweatheroutlook.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.theweatheroutlook.com\/*", "https:\/\/www.theweatheroutlook.com\/*" ], "js": [ "jquery-1.9.1.min.js" ] } ] } |