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 |
公式URL | 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 |
Eメール | [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" ] } |