Daily Quote

Inspiring your day with a motivational quote on every new tab. One quote a day, every day.

What is Daily Quote?

Daily Quote is a Chrome extension developed by https://petasittek.com, and its main feature is "Inspiring your day with a motivational quote on every new tab. One quote a day, every day.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Daily Quote Extension CRX File

Download Daily Quote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Each time you open a new tab, enjoy a hand-picked, motivational quote to uplift your spirits, fuel productivity, and ignite creativity. Beautiful background images enhance each quote, offering a visually captivating and inspiring experience.

🚀 Features
  ⭐️ Daily motivational quote in every new tab
  ⭐️ Stunning background images
  ⭐️ Customizable background settings
  ⭐️ User-suggested quote submissions

🚀 Quote background
  ⭐️ Image (a beautiful image for every quote)
  ⭐️ Blurred image (works offline)
  ⭐️ None (solid color background)

Completely free and with no ads

Made with ❤️ by Peta Sittek                    

Extension Basic Information

Name Daily Quote Daily Quote
ID ilnehbjkiiagbhcggoilkkjgoafigfag
Official URL https://chromewebstore.google.com/detail/daily-quote/ilnehbjkiiagbhcggoilkkjgoafigfag
Description Inspiring your day with a motivational quote on every new tab. One quote a day, every day.
File Size 31.64 KB
Installation Count 460
Current Version 1.2.0
Last Updated 2023-03-22
Publish Date 2023-03-22
Rating 3.80/5 Total 5 Ratings
Developer https://petasittek.com
Email [email protected]
Payment Type free
Extension Website https://www.petasittek.com/
Help Page URL https://petasittek.zendesk.com/hc/en-us/articles/360002578297-Volume-Master
Privacy Policy Page URL https://www.petasittek.com/chrome-extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Daily Quote",
    "description": "Inspiring your day with a motivational quote on every new tab. One quote a day, every day.",
    "version": "1.2.0",
    "author": "Peta Sittek",
    "homepage_url": "https:\/\/www.petasittek.com\/daily-quote\/",
    "icons": {
        "16": "16.a0f15ae5.png",
        "32": "32.2f3c7381.png",
        "48": "48.f3bff9f2.png",
        "128": "128.b0f855dc.png"
    },
    "action": {
        "default_title": "Daily Quote",
        "default_popup": "popup.c9aaf7e5.html",
        "default_icon": {
            "16": "16.a0f15ae5.png",
            "19": "19.b0d9a473.png",
            "24": "24.9734bd07.png",
            "32": "32.2f3c7381.png",
            "38": "38.396c629a.png",
            "48": "48.f3bff9f2.png",
            "128": "128.b0f855dc.png"
        }
    },
    "background": {
        "service_worker": "background.27dfa004.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.ebb7b7a7.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}