Tippy
Is the order a new tab page?
Apa itu Tippy?
Tippy adalah ekstensi Chrome yang dikembangkan oleh Shino, dan fitur utamanya adalah "Is the order a new tab page?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tippy
Unduh file ekstensi Tippy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | fnidfcjahafdlhkgghngnoknnbkmikme |
URL Resmi | https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme |
Deskripsi | Is the order a new tab page? |
Ukuran File | 2.76 MB |
Jumlah Instalasi | 52 |
Versi Saat Ini | 0.8.5 |
Terakhir Diperbarui | 2015-06-01 |
Tanggal Publikasi | 2015-06-01 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | Shino |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |