Tippy
Is the order a new tab page?
Что такое Tippy?
Tippy - это расширение Chrome, разработанное Shino, и его основная функция - "Is the order a new tab page?".
Снимки экрана расширения
Скачать файл CRX расширения Tippy
Скачайте файлы расширений 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" } |