SearchWeather

See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!

Τι είναι το SearchWeather;

Το SearchWeather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον clicksedgellc, και η κύρια λειτουργία του είναι "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Search Weather is a browser extension. Location based weather details will be available to view along with the 5 day forecast. 
There is an option to change the location to view the weather at the location of preference.
The background will change based on the type of weather.
Time and data also available for the users.
There is a searchbar for the users to search and get results from search Engine. For now, it is redirected to google search engine.

User has an option to keep the browser option available while opening a new tab or will open as a window clicking the extension icon.

The Search weather extension provides weather details for the user alsong with search option and also an option to change the location of the preferred weather location.                    

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

Όνομα SearchWeather SearchWeather
ID nnfecjnokhnmljkojoiddnodklkbikfn
Επίσημο URL https://chrome.google.com/webstore/detail/searchweather/nnfecjnokhnmljkojoiddnodklkbikfn
Περιγραφή See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!
Μέγεθος Αρχείου 936 KB
Αριθμός Εγκαταστάσεων 61
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2021-06-28
Ημερομηνία Δημοσίευσης 2021-04-13
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής clicksedgellc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://clicksedge.co
Διεύθυνση URL της Σελίδας Βοήθειας http://clicksedge.co/contact-us/
URL της Σελίδας Πολιτικής Απορρήτου http://clicksedge.co/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchWeather",
    "version": "0.0.3",
    "options_page": "app\/index.html",
    "icons": {
        "16": "images\/icon16-1.png",
        "32": "images\/icon32-1.png",
        "128": "images\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-1.png"
        },
        "default_title": "Weather",
        "default_popup": "app\/smallindex.html"
    },
    "description": "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "author": "Fajo Joy, Bangalore, India",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "content_security_policy": "script-src  'self' https:\/\/maps.googleapis.com https:\/\/fonts.googleapis.com\/css2 ; object-src 'self'",
    "manifest_version": 2
}