Coronavirus Tips New Tab

Do the five! Stop the spread of the coronavirus every time you open a new tab.

Coronavirus Tips New Tab란 무엇입니까?

Coronavirus Tips New Tab은(는) Rise Vision에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do the five! Stop the spread of the coronavirus every time you open a new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Coronavirus Tips New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        By now we all know the best practices to stop the spread of the coronavirus, but forming new habits and adjusting to a new norm can be challenging. Help encourage good hand hygiene, social distancing, and more by using the coronavirus awareness extension. Every time you open a new tab, you’ll be reminded to wash your hands, avoid touching your face, plus other helpful tips.

Use the coronavirus awareness extension to keep your loved ones safe, to maintain healthy business operations, and to keep hygiene top of mind for students. Lots of computers on your school or business’s network? Install the coronavirus awareness extension on all of them to reduce the risk of people getting sick and putting others at risk.

For more information, see: https://www.risevision.com/

By installing this item, you agree to the Rise Vision terms of service, terms of use, and privacy policy.
https://help.risevision.com/hc/en-us/articles/360000924446-Terms-of-Service
https://help.risevision.com/hc/en-us/articles/360028973051-Terms-of-Use
https://help.risevision.com/hc/en-us/articles/360000915023-Privacy-Policy                    

확장 프로그램 기본 정보

이름 Coronavirus Tips New Tab Coronavirus Tips New Tab
ID konbgoghafhpdebefnmcbbmbgoakjfkp
공식 URL https://chrome.google.com/webstore/detail/coronavirus-tips-new-tab/konbgoghafhpdebefnmcbbmbgoakjfkp
설명 Do the five! Stop the spread of the coronavirus every time you open a new tab.
파일 크기 16.85 KB
설치 횟수 16
현재 버전 2020.04.02.6583
최근 업데이트 2020-04-02
출시 날짜 2020-04-02
평점 5.00/5 총 14 개의 평점
개발자 Rise Vision
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.risevision.com/
도움말 페이지 URL https://www.risevision.com/contact-us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coronavirus Tips New Tab",
    "description": "Do the five! Stop the spread of the coronavirus every time you open a new tab.",
    "version": "2020.04.02.6583",
    "manifest_version": 2,
    "content_security_policy": "script-src https:\/\/cdn.segment.com\/ 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "icons": {
        "16": "images\/icon-with-padding-16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon-with-padding-48.png",
        "128": "images\/icon-with-padding-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}