SearchWeather

See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!

SearchWeather란 무엇입니까?

SearchWeather은(는) clicksedgellc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search Weather is a browser extension. Location based weather details will be available to view along with the 5 day forecast. 
There is an option to change the location to view the weather at the location of preference.
The background will change based on the type of weather.
Time and data also available for the users.
There is a searchbar for the users to search and get results from search Engine. For now, it is redirected to google search engine.

User has an option to keep the browser option available while opening a new tab or will open as a window clicking the extension icon.

The Search weather extension provides weather details for the user alsong with search option and also an option to change the location of the preferred weather location.                    

확장 프로그램 기본 정보

이름 SearchWeather SearchWeather
ID nnfecjnokhnmljkojoiddnodklkbikfn
공식 URL https://chrome.google.com/webstore/detail/searchweather/nnfecjnokhnmljkojoiddnodklkbikfn
설명 See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!
파일 크기 936 KB
설치 횟수 61
현재 버전 0.0.3
최근 업데이트 2021-06-28
출시 날짜 2021-04-13
평점 4.67/5 총 3 개의 평점
개발자 clicksedgellc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://clicksedge.co
도움말 페이지 URL http://clicksedge.co/contact-us/
개인정보 보호 정책 페이지 URL http://clicksedge.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchWeather",
    "version": "0.0.3",
    "options_page": "app\/index.html",
    "icons": {
        "16": "images\/icon16-1.png",
        "32": "images\/icon32-1.png",
        "128": "images\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-1.png"
        },
        "default_title": "Weather",
        "default_popup": "app\/smallindex.html"
    },
    "description": "See the Weather Forecast in your browser for your location. Looking outside does not show you numbers!",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "author": "Fajo Joy, Bangalore, India",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "content_security_policy": "script-src  'self' https:\/\/maps.googleapis.com https:\/\/fonts.googleapis.com\/css2 ; object-src 'self'",
    "manifest_version": 2
}