Fancy Motivation Tab
Override the new tab page with a Motivation Fancy
Что такое Fancy Motivation Tab?
Fancy Motivation Tab - это расширение Chrome, разработанное LONG LA, и его основная функция - "Override the new tab page with a Motivation Fancy".
Снимки экрана расширения
Скачать файл CRX расширения Fancy Motivation Tab
Скачайте файлы расширений Fancy Motivation Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Make the new tab look fancy with motivational quote. to see how it looks, go to https://longla.github.io/Inspirely/#/motivatives
Основная информация о расширении
Название | Fancy Motivation Tab |
ID | igbkklljibhkighkhflfhdcjglmfdejp |
Официальный URL | https://chromewebstore.google.com/detail/fancy-motivation-tab/igbkklljibhkighkhflfhdcjglmfdejp |
Описание | Override the new tab page with a Motivation Fancy |
Размер файла | 37.33 MB |
Количество установок | 82 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2016-08-09 |
Дата публикации | 2016-08-09 |
Рейтинг | 4.88/5 Всего 8 оценок |
Разработчик | LONG LA |
Тип оплаты | free |
Официальный сайт расширения | https://longla.github.io/Inspirely/#/motivatives |
URL страницы помощи | https://longla.github.io/Inspirely/#/motivatives |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fancy Motivation Tab", "description": "Override the new tab page with a Motivation Fancy", "short_name": "Motivation Tab", "minimum_chrome_version": "24.0.1307.0", "version": "1.0.0", "icons": { "16": "Quotation-Marks-16.png", "128": "Quotation-Marks-128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2 } |