WEWS

Weather and News at one place. Update yourself by just opening a new tab and no extra efforts

Τι είναι το WEWS;

Το WEWS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον harishrajora, και η κύρια λειτουργία του είναι "Weather and News at one place. Update yourself by just opening a new tab and no extra efforts".

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

screenshot

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

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

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

                        Having difficulty keeping your steps in sync with the world? WEWS is a simple and light extension that will update you with all the current affairs and news at no extra efforts. 
There is no need to open app for news or weather updates. We do it for you. Just open a new tab and you are good to go to get latest news and update yourself from the latest happenings. News will be global highlights so you do not need to worry for other unnecessary news (although major global news will be shown). We are working continuously to make it better for you. In this version, we have put Corona Case tracker inbuilt to get the latest count on corona by just opening a new tab.                    

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

Όνομα WEWS WEWS
ID gjacmfcihpchbmbbklfcpaiafnlbbhdp
Επίσημο URL https://chromewebstore.google.com/detail/wews/gjacmfcihpchbmbbklfcpaiafnlbbhdp
Περιγραφή Weather and News at one place. Update yourself by just opening a new tab and no extra efforts
Μέγεθος Αρχείου 213 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 4.3.2
Τελευταία Ενημέρωση 2021-06-10
Ημερομηνία Δημοσίευσης 2020-04-23
Αξιολόγηση 4.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής harishrajora
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WEWS",
    "manifest_version": 2,
    "version": "4.3.2",
    "description": "Weather and News at one place. Update yourself by just opening a new tab and no extra efforts",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "geolocation"
    ],
    "browser_action": {
        "default_title": "WEWS - Update Yourself",
        "default_icon": "icon.png",
        "default_popup": "empty_popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "short_name": "WEWS",
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.7\/css\/bootstrap.min.css https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.7\/js\/bootstrap.min.js; object-src 'self'"
}