New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
Что такое New Tab Motivational Quotes?
New Tab Motivational Quotes - это расширение Chrome, разработанное Shivank Gandhi, и его основная функция - "An extension which shows motivating quotes on the new tab page.".
Снимки экрана расширения
Скачать файл CRX расширения New Tab Motivational Quotes
Скачайте файлы расширений New Tab Motivational Quotes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        A small extension which shows motivational quotes on the New Tab page in Chrome.
I'd love to know your thoughts/suggestions in the comments.
**FEATURES**
 * Awesome selection of quotes to keep you motivated
 * Minimal typographic experience
 * Requires no permissions
 * Small size
**RELEASE NOTES**
* Added a new simpler font, based on user feedback.                     Основная информация о расширении
| Название |   |  
| ID | mganbjhcinhhpelabgdgnogoaedcakke | 
| Официальный URL | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke | 
| Описание | An extension which shows motivating quotes on the new tab page. | 
| Размер файла | 24.92 KB | 
| Количество установок | 2,850 | 
| Текущая Версия | 1.6.0 | 
| Последнее Обновление | 2019-04-02 | 
| Дата публикации | 2019-04-02 | 
| Рейтинг | 4.63/5 Всего 24 оценок | 
| Разработчик | Shivank Gandhi | 
| Тип оплаты | free | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src",
    "name": "New Tab Motivational Quotes",
    "manifest_version": 2,
    "description": "An extension which shows motivating quotes on the new tab page.",
    "author": "Shivank Gandhi",
    "version": "1.6.0",
    "incognito": "split",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}  |  |