New Tab Page by WHG

A minimalistic gaming new tab page.

New Tab Page by WHG란 무엇입니까?

New Tab Page by WHG은(는) https://whg.no에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimalistic gaming new tab page."입니다.

확장 프로그램 스크린샷

screenshot

New Tab Page by WHG 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simplistic new tab page with time, date and gaming backgrounds.

If you have any suggestions or find any bugs please let us know:
https://www.facebook.com/WeHeartGaming

1.0.0:
- Refactoring galore!
- You can now use your own images in the random rotation.
- Pin a wallpaper you like so it doesn't change.
- Exclude/ include all the images included in the extension.
- A design for the settings page.

0.1.1:
- Everything fades in at the same time

0.1.0:
- Show all your apps (New permission)

0.0.6:
- Clock is exactly the same as on computer
- Better background fading
- Opt in bug

0.0.5:
- Analytics is now opt in, disabled by default
- Removed the the dark overlay on the whole background
- No longer the same image twice
- Settings button top right corner

0.0.4:
- Top Sites
- Settings                    

확장 프로그램 기본 정보

이름 New Tab Page by WHG New Tab Page by WHG
ID bmfedlbgilkaabdmdekeoabjjogpdnpk
공식 URL https://chromewebstore.google.com/detail/new-tab-page-by-whg/bmfedlbgilkaabdmdekeoabjjogpdnpk
설명 A minimalistic gaming new tab page.
파일 크기 22.83 MB
설치 횟수 11
현재 버전 1.0.0
최근 업데이트 2015-07-17
출시 날짜 2015-07-17
평점 4.75/5 총 8 개의 평점
개발자 https://whg.no
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dan Audne - [email protected]>",
    "chrome_url_overrides": {
        "newtab": "dist\/newtab.html"
    },
    "options_page": "dist\/settings.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icons\/logo-128.png",
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png"
    },
    "description": "A minimalistic gaming new tab page.",
    "incognito": "split",
    "manifest_version": 2,
    "name": "New Tab Page by WHG",
    "offline_enabled": true,
    "permissions": [
        "unlimitedStorage",
        "topSites",
        "management"
    ],
    "short_name": "New Tab",
    "version": "1.0.0"
}