Jolie Tab

Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions.

Jolie Tab란 무엇입니까?

Jolie Tab은(는) Latte Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        JolieTab will give you high-res images on your new tab page. 
It supports any resolution screen, but will generally err on the high res side.
Images Switch with every new tab.
By clicking on the settings cog you can change various settings including: editing the search query to get images related to your search and switching between a low-res mode where the images are forced into a lower resolution which are smaller and take up less bandwidth.

v0.1.0 Changes:
- UI Updates
- New Settings UI
    - Change background image keyword from settings menu
    - Toggle HD
    - Adjust between 12h and 24h clock
    - Adjust between Fahrenheit and Celcius
    - Have text color dynamically change based on background images, or be the opposite color  
- Onboarding for Settings Menu

v0.0.5 Changes:
- Minor Bug Fixes

v0.0.4 Changes:
- Fix Clock Midnight Bug
- Add Image Location if Available

v0.0.3 Changes:
- Update manifest

Upcoming Features:
- Send me emails with feature requests at [email protected]                    

확장 프로그램 기본 정보

이름 Jolie Tab Jolie Tab
ID jihjmnkmblkpkaeelaplkeakhakeiiji
공식 URL https://chrome.google.com/webstore/detail/jolie-tab/jihjmnkmblkpkaeelaplkeakhakeiiji
설명 Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions.
파일 크기 52.18 KB
설치 횟수 59
현재 버전 0.1.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 5.00/5 총 4 개의 평점
개발자 Latte Labs
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jolie Tab",
    "description": "Replace new tab with customizable themed background wallpaper, with clock and weather. Supports Ultra HD 4K and higher resolutions.",
    "version": "0.1.0",
    "author": "Daniel Wachtel",
    "chrome_url_overrides": {
        "newtab": "background.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "geolocation",
        ""
    ],
    "icons": {
        "128": "JoliTab.png"
    },
    "background": {
        "scripts": [
            "jquery-3.1.0.min.js",
            "background-check.min.js",
            "back.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/query.yahooapis.com https:\/\/use.fontawesome.com; object-src 'self'"
}