Lightweight New Tab Page

Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.

Lightweight New Tab Page란 무엇입니까?

Lightweight New Tab Page은(는) DJ Madeira에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Best features:

- Lightning fast (~20ms)
- Full CSS customization
- Custom quick links
- Accessible
- Cache & history clearing tools
- Chrome-native feel

If you want a new feature, you can file an issue or submit a pull request on GitHub:
https://github.com/djmadeira/lightweight-new-tab-page

However, I'm going to be pretty conservative on what get's added. I want this to stay very, very simple.

Store image background credit: Abdul Rahman https://www.flickr.com/photos/yunir/15647252567                    

확장 프로그램 기본 정보

이름 Lightweight New Tab Page Lightweight New Tab Page
ID cahfgmimpeeiibiicmeengglhpnhbkki
공식 URL https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki
설명 Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
파일 크기 35.08 KB
설치 횟수 80
현재 버전 1.2.3
최근 업데이트 2015-04-14
출시 날짜 2015-04-14
평점 4.33/5 총 9 개의 평점
개발자 DJ Madeira
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/djmadeira/lightweight-new-tab-page
도움말 페이지 URL https://github.com/djmadeira/lightweight-new-tab-page/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightweight New Tab Page",
    "short_name": "Lightweight New Tab",
    "description": "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.",
    "author": "DJ Madeira",
    "version": "1.2.3",
    "permissions": [
        "tabs",
        "browsingData",
        "history",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}