WeatherTab

A beautiful forecast with every new tab.

WeatherTab란 무엇입니까?

WeatherTab은(는) https://eichefam.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful forecast with every new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Welcome to WeatherTab, a new tab replacement extension that shows a forecast for the next five days. It only requires two permissions: geolocation and storage.

It needs access to geolocation because the extension can't show the weather for where you are unless it knows where you are.

It needs access to storage because it remembers your temperature scale of choice: Fahrenheit or Celsius. (The default is Fahrenheit. Click the indicator in the upper right corner to switch it.) If you have sync turned on, this setting will be synchronized to all your devices.

This extension was written in my free time. If you like it, please give it a good rating on the Chrome Store and consider donating.

Donate link:
https://bit.ly/buypaulacoffee

Read about how I built it:
https://eichefam.net/2017/08/23/weathertab

Changelog:

1.4
- Improved photograph credit legibility.

1.3
- Updated forecast layout.

1.2
- Changes to Flickr image search to use precise location, weather conditions, and time of day; with fallbacks to use broader search results.

1.1
- Changed temperature scale button to toggle.
- Changed Flickr weather image search to be location specific with 20 mile radius, with general weather image search fallback.
- Added Flickr image link and author.

1.0
- Initial release.                    

확장 프로그램 기본 정보

이름 WeatherTab WeatherTab
ID abecbidofaadibdnbamkfdnhillmcakp
공식 URL https://chromewebstore.google.com/detail/weathertab/abecbidofaadibdnbamkfdnhillmcakp
설명 A beautiful forecast with every new tab.
파일 크기 1.15 MB
설치 횟수 117
현재 버전 1.4.3
최근 업데이트 2017-11-17
출시 날짜 2017-11-17
평점 3.40/5 총 5 개의 평점
개발자 https://eichefam.net
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeatherTab",
    "short_name": "WeatherTab",
    "version": "1.4.3",
    "description": "A beautiful forecast with every new tab.",
    "author": "Paul Eiche",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "48": "dist\/img\/icon48.png",
        "128": "dist\/img\/icon128.png"
    }
}