AlphaQuotes Motivational Quotes New Tab

Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.

Что такое AlphaQuotes Motivational Quotes New Tab?

AlphaQuotes Motivational Quotes New Tab - это расширение Chrome, разработанное https://alphaquot.es, и его основная функция - "Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AlphaQuotes Motivational Quotes New Tab

Скачайте файлы расширений AlphaQuotes Motivational Quotes New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Randomized inspirational quotes, beautiful typography, and Facebook-inspired design--you'll love it!                    

Основная информация о расширении

Название AlphaQuotes Motivational Quotes New Tab AlphaQuotes Motivational Quotes New Tab
ID gaghddbfclojcohafojiikebcepflpgb
Официальный URL https://chromewebstore.google.com/detail/alphaquotes-motivational/gaghddbfclojcohafojiikebcepflpgb
Описание Inspiration every time you make a new tab. For hackers, designers, and those who build awesome things. For free. Forever.
Размер файла 287 KB
Количество установок 245
Текущая Версия 0.0.4
Последнее Обновление 2013-10-30
Дата публикации 2013-10-30
Рейтинг 4.00/5 Всего 10 оценок
Разработчик https://alphaquot.es
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://alphaquot.es/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AlphaQuotes Motivational Quotes New Tab",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Inspiration every time you make a new tab.  For hackers, designers, and those who build awesome things.  For free.  Forever.",
    "homepage_url": "http:\/\/alphaquot.es\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}