Currently

Replace new tab screen with current time and weather.

Τι είναι το Currently;

Το Currently είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Currently, και η κύρια λειτουργία του είναι "Replace new tab screen with current time and weather.".

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

screenshot
screenshot

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

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

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

                        Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo.

Permissions & Reasons Used

Our extension uses the minimum permissions required:

Permission: "geolocation"
Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude."                    

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

Όνομα Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
Επίσημο URL https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
Περιγραφή Replace new tab screen with current time and weather.
Μέγεθος Αρχείου 29.07 MB
Αριθμός Εγκαταστάσεων 70,000
Τρέχουσα Έκδοση 5.1.1
Τελευταία Ενημέρωση 2021-08-29
Ημερομηνία Δημοσίευσης 2021-01-18
Αξιολόγηση 4.05/5 Συνολικά 2041 Αξιολογήσεις
Προγραμματιστής Currently
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://search.currentlyweather.com/home/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Currently",
    "version": "5.1.1",
    "manifest_version": 2,
    "description": "Replace new tab screen with current time and weather.",
    "background": {
        "scripts": [
            "core\/index.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "public\/index.html"
    },
    "permissions": [
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';",
    "web_accessible_resources": [
        "*.json"
    ]
}