WeatherTab

A beautiful forecast with every new tab.

Τι είναι το WeatherTab;

Το WeatherTab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://eichefam.net, και η κύρια λειτουργία του είναι "A beautiful forecast with every new tab.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WeatherTab

Λήψη αρχείων επέκτασης WeatherTab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Welcome to WeatherTab, a new tab replacement extension that shows a forecast for the next five days. It only requires two permissions: geolocation and storage.

It needs access to geolocation because the extension can't show the weather for where you are unless it knows where you are.

It needs access to storage because it remembers your temperature scale of choice: Fahrenheit or Celsius. (The default is Fahrenheit. Click the indicator in the upper right corner to switch it.) If you have sync turned on, this setting will be synchronized to all your devices.

This extension was written in my free time. If you like it, please give it a good rating on the Chrome Store and consider donating.

Donate link:
https://bit.ly/buypaulacoffee

Read about how I built it:
https://eichefam.net/2017/08/23/weathertab

Changelog:

1.4
- Improved photograph credit legibility.

1.3
- Updated forecast layout.

1.2
- Changes to Flickr image search to use precise location, weather conditions, and time of day; with fallbacks to use broader search results.

1.1
- Changed temperature scale button to toggle.
- Changed Flickr weather image search to be location specific with 20 mile radius, with general weather image search fallback.
- Added Flickr image link and author.

1.0
- Initial release.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WeatherTab WeatherTab
ID abecbidofaadibdnbamkfdnhillmcakp
Επίσημο URL https://chromewebstore.google.com/detail/weathertab/abecbidofaadibdnbamkfdnhillmcakp
Περιγραφή A beautiful forecast with every new tab.
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 117
Τρέχουσα Έκδοση 1.4.3
Τελευταία Ενημέρωση 2017-11-17
Ημερομηνία Δημοσίευσης 2017-11-17
Αξιολόγηση 3.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://eichefam.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeatherTab",
    "short_name": "WeatherTab",
    "version": "1.4.3",
    "description": "A beautiful forecast with every new tab.",
    "author": "Paul Eiche",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "48": "dist\/img\/icon48.png",
        "128": "dist\/img\/icon128.png"
    }
}