Currently
Replace new tab screen with current time and weather.
什麼是Currently?
Currently是由Currently開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab screen with current time and weather.”。
擴展截圖
下載Currently擴展crx文件
下載Currently擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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."
擴展基本資訊
名稱 | |
ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
官方網址 | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
簡介 | Replace new tab screen with current time and weather. |
檔案大小 | 29.07 MB |
安裝次數 | 70,000 |
目前版本 | 5.1.1 |
更新時間 | 2021-08-29 |
上架時間 | 2021-01-18 |
評分 | 4.05/5 共 2041 次評分 |
開發者 | Currently |
電子郵箱 | [email protected] |
付費類型 | in_app |
隱私政策頁面URL | https://search.currentlyweather.com/home/privacy |
支援的語言 | 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" ] } |