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" } |