Tippy

Is the order a new tab page?

Tippy là gì?

Tippy là một tiện ích mở rộng Chrome được phát triển bởi Shino, và tính năng chính của nó là "Is the order a new tab page?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tippy

Tải xuống các tệp mở rộng Tippy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tippy Tippy
ID fnidfcjahafdlhkgghngnoknnbkmikme
URL Chính Thức https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme
Mô tả Is the order a new tab page?
Kích Thước Tệp 2.76 MB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 0.8.5
Cập Nhật Lần Cuối 2015-06-01
Ngày Phát Hành 2015-06-01
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Shino
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}