Tippy
Is the order a new tab page?
什么是Tippy?
Tippy是由Shino开发的Chrome扩展程序,该扩展的主要功能是“Is the order a new tab page?”。
扩展截图
下载Tippy扩展crx文件
下载Tippy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
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" } |