Currents
Replace new tab screen with current time and weather.
Apa itu Currents?
Currents adalah ekstensi Chrome yang dikembangkan oleh https://deadnight7.github.io, dan fitur utamanya adalah "Replace new tab screen with current time and weather.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Currents
Unduh file ekstensi Currents dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Replace new tab screen with current time and weather.
Informasi Dasar Ekstensi
Nama | Currents |
ID | fmladbonckfbhdblkcipokdinlnamnif |
URL Resmi | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
Deskripsi | Replace new tab screen with current time and weather. |
Ukuran File | 2.38 MB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 3.4.0 |
Terakhir Diperbarui | 2020-08-18 |
Tanggal Publikasi | 2020-08-18 |
Pengembang | https://deadnight7.github.io |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |