Currently

Replace new tab screen with current time and weather.

Vad är Currently?

Currently är en Chrome-tillägg utvecklad av Currently, och dess huvudfunktion är "Replace new tab screen with current time and weather.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Currently-förlängningens CRX-fil

Ladda ner Currently-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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."                    

Grundläggande Information om Tillägg

Namn Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
Officiell webbadress https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
Beskrivning Replace new tab screen with current time and weather.
Filstorlek 29.07 MB
Antal Installationer 70,000
Aktuell Version 5.1.1
Senast Uppdaterad 2021-08-29
Publiceringsdatum 2021-01-18
Betyg 4.05/5 Totalt 2041 Betyg
Utvecklare Currently
E-post [email protected]
Betalningssätt in_app
URL till Sekretesspolicy Sidan https://search.currentlyweather.com/home/privacy
Stödda Språk 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"
    ]
}