Currently
Replace new tab screen with current time and weather.
Apa itu Currently?
Currently adalah ekstensi Chrome yang dikembangkan oleh Currently, dan fitur utamanya adalah "Replace new tab screen with current time and weather.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Currently
Unduh file ekstensi Currently 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
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."
Informasi Dasar Ekstensi
Nama | |
ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
URL Resmi | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
Deskripsi | Replace new tab screen with current time and weather. |
Ukuran File | 29.07 MB |
Jumlah Instalasi | 70,000 |
Versi Saat Ini | 5.1.1 |
Terakhir Diperbarui | 2021-08-29 |
Tanggal Publikasi | 2021-01-18 |
Penilaian | 4.05/5 Total 2041 Penilaian |
Pengembang | Currently |
[email protected] | |
Tipe Pembayaran | in_app |
URL Halaman Kebijakan Privasi | https://search.currentlyweather.com/home/privacy |
Bahasa yang Didukung | 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" ] } |