Currently
Replace new tab screen with current time and weather.
Co to jest Currently?
Currently to rozszerzenie Chrome opracowane przez Currently, a jego główną funkcją jest „Replace new tab screen with current time and weather.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Currently
Pobierz pliki rozszerzeń Currently w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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."
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
Oficjalny URL | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
Opis | Replace new tab screen with current time and weather. |
Rozmiar pliku | 29.07 MB |
Liczba instalacji | 70,000 |
Aktualna Wersja | 5.1.1 |
Ostatnia Aktualizacja | 2021-08-29 |
Data Publikacji | 2021-01-18 |
Ocena | 4.05/5 Łącznie 2041 Oceny |
Deweloper | Currently |
[email protected] | |
Typ Płatności | in_app |
Adres URL Strony Polityki Prywatności | https://search.currentlyweather.com/home/privacy |
Obsługiwane Języki | 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" ] } |