Tippy

Is the order a new tab page?

Tippy란 무엇입니까?

Tippy은(는) Shino에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Is the order a new tab page?"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tippy is an alternate new tab page for Google Chrome that pulls wonderful images from the top rankings of Pixiv to surprise and delight with every Cmd-T, or Ctrl-T if you're a plebeian. Tippy is fully responsive, written with five different preprocessors, and takes full advantage of vendor prefixes. It is guaranteed to increase market penetration for you and your significant others. Let's have cafe daydreams!

Currently, Tippy requires that you be on the Chrome Dev Channel for certain features (recently closed tabs) to work. Sorry about that!                    

확장 프로그램 기본 정보

이름 Tippy Tippy
ID fnidfcjahafdlhkgghngnoknnbkmikme
공식 URL https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme
설명 Is the order a new tab page?
파일 크기 2.76 MB
설치 횟수 52
현재 버전 0.8.5
최근 업데이트 2015-06-01
출시 날짜 2015-06-01
평점 4.83/5 총 6 개의 평점
개발자 Shino
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tippy",
    "version": "0.8.5",
    "description": "Is the order a new tab page?",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "short_name": "Tippy",
    "permissions": [
        "sessions",
        "tabs",
        "http:\/\/localhost\/",
        "http:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/github.com\/dastardlylemon\/tippy"
}