Lamenewtabpage

Replace the New Tab Page with your choice.

Lamenewtabpage란 무엇입니까?

Lamenewtabpage은(는) dr.zaus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the New Tab Page with your choice."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Allows you to "customize" the New Tab Page by specifying an alternate URL to redirect.  Provides common examples (such as Chrome's App page, settings, extensions, as well as popular social media sites.

Based on the excellent New Tab Redirect extension, but with less "fluff".  Source code at https://github.com/zaus/chrome-ext-lamenewtabpage.

Options:
* The url to redirect to
* includes dropdown list of common examples
* An optional delay before redirecting (which lets you start typing a URL immediately, without needing to delete the redirected url)
* Debug mode -- just dumps some system events to the console

**Permissions**

* storage -- so it can sync your settings across browser instances.                    

확장 프로그램 기본 정보

이름 Lamenewtabpage Lamenewtabpage
ID enbepoacecmhfdbbigckfepbjdaehhcp
공식 URL https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp
설명 Replace the New Tab Page with your choice.
파일 크기 12.68 KB
설치 횟수 57
현재 버전 0.2
최근 업데이트 2014-05-15
출시 날짜 2014-05-15
개발자 dr.zaus
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lamenewtabpage",
    "version": "0.2",
    "description": "Replace the New Tab Page with your choice.",
    "icons": {
        "128": "icon96.png",
        "48": "icon48.png"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "incognito": "split"
}