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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |