WEWS

Weather and News at one place. Update yourself by just opening a new tab and no extra efforts

WEWS란 무엇입니까?

WEWS은(는) harishrajora에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Weather and News at one place. Update yourself by just opening a new tab and no extra efforts"입니다.

확장 프로그램 스크린샷

screenshot

WEWS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Having difficulty keeping your steps in sync with the world? WEWS is a simple and light extension that will update you with all the current affairs and news at no extra efforts. 
There is no need to open app for news or weather updates. We do it for you. Just open a new tab and you are good to go to get latest news and update yourself from the latest happenings. News will be global highlights so you do not need to worry for other unnecessary news (although major global news will be shown). We are working continuously to make it better for you. In this version, we have put Corona Case tracker inbuilt to get the latest count on corona by just opening a new tab.                    

확장 프로그램 기본 정보

이름 WEWS WEWS
ID gjacmfcihpchbmbbklfcpaiafnlbbhdp
공식 URL https://chromewebstore.google.com/detail/wews/gjacmfcihpchbmbbklfcpaiafnlbbhdp
설명 Weather and News at one place. Update yourself by just opening a new tab and no extra efforts
파일 크기 213 KB
설치 횟수 17
현재 버전 4.3.2
최근 업데이트 2021-06-10
출시 날짜 2020-04-23
평점 4.71/5 총 7 개의 평점
개발자 harishrajora
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WEWS",
    "manifest_version": 2,
    "version": "4.3.2",
    "description": "Weather and News at one place. Update yourself by just opening a new tab and no extra efforts",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "geolocation"
    ],
    "browser_action": {
        "default_title": "WEWS - Update Yourself",
        "default_icon": "icon.png",
        "default_popup": "empty_popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "short_name": "WEWS",
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.7\/css\/bootstrap.min.css https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.3.7\/js\/bootstrap.min.js; object-src 'self'"
}