Currents
Replace new tab screen with current time and weather.
Vad är Currents?
Currents är en Chrome-tillägg utvecklad av https://deadnight7.github.io, och dess huvudfunktion är "Replace new tab screen with current time and weather.".
Tilläggsskärmbilder
Ladda ner Currents-förlängningens CRX-fil
Ladda ner Currents-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
Replace new tab screen with current time and weather.
Grundläggande Information om Tillägg
Namn | Currents |
ID | fmladbonckfbhdblkcipokdinlnamnif |
Officiell webbadress | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
Beskrivning | Replace new tab screen with current time and weather. |
Filstorlek | 2.38 MB |
Antal Installationer | 52 |
Aktuell Version | 3.4.0 |
Senast Uppdaterad | 2020-08-18 |
Publiceringsdatum | 2020-08-18 |
Utvecklare | https://deadnight7.github.io |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "app\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'", "default_locale": "en", "description": "Replace new tab screen with current time and weather.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "96": "images\/icon96.png" }, "manifest_version": 2, "name": "Currents", "options_page": "app\/index.html#\/drawer\/settings", "permissions": [ "storage", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4.0" } |