Daily Quote Tab

New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe.

Что такое Daily Quote Tab?

Daily Quote Tab - это расширение Chrome, разработанное https://honeybook.com, и его основная функция - "New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Daily Quote Tab

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

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

                        Built especially for small business owners, freelancers, entrepreneurs, The Daily Quote brings you all-too-relatable quotes and lets you focus on creating the life, career, business, and relationships you want. Listen to our weekly curated podcasts to get actionable business and life tips for small business owners.

Look forward to each new day and each new tab.

• New inspirational quote each day
• Weekly suggested podcast 
• Fresh design on each tab
• Your name for a personal experience
• Custom greeting for each time of day  
• Share with friends
• Feel good and get things done!                    

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

Название Daily Quote Tab Daily Quote Tab
ID gbfojppgnjfmoemnjfjineipciehlbdi
Официальный URL https://chromewebstore.google.com/detail/daily-quote-tab/gbfojppgnjfmoemnjfjineipciehlbdi
Описание New tab page that gives you just what you need that day — laughter, encouragement, inspiration, or a moment to breathe.
Размер файла 99.96 KB
Количество установок 107
Текущая Версия 0.0.0.4
Последнее Обновление 2018-11-06
Дата публикации 2018-11-05
Рейтинг 4.43/5 Всего 7 оценок
Разработчик https://honeybook.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.honeybook.com/terms/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Quote Tab",
    "version": "0.0.0.4",
    "description": "New tab page that gives you just what you need that day \u2014  laughter, encouragement, inspiration, or a moment to breathe.",
    "background": {
        "scripts": [
            "thirdParty\/jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "https:\/\/*.honeybook.com\/*",
        "activeTab",
        "storage",
        "identity",
        "identity.email",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/hb-public.s3.amazonaws.com\/*",
        "https:\/\/s3.amazonaws.com\/hb-chrome-extension\/*"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/hblogo16.png",
            "32": "images\/hblogo32.png",
            "48": "images\/hblogo48.png",
            "128": "images\/hblogo128.png"
        }
    },
    "icons": {
        "16": "images\/hblogo16.png",
        "32": "images\/hblogo32.png",
        "48": "images\/hblogo48.png",
        "128": "images\/hblogo128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}