Daily Quote

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

Qu'est-ce que Daily Quote ?

Daily Quote est une extension Chrome développée par https://petasittek.com, et sa fonction principale est "Inspiring your day with a motivational quote on every new tab. One quote a day, every day.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Daily Quote

Téléchargez les fichiers d'extension Daily Quote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Daily Quote Daily Quote
ID ilnehbjkiiagbhcggoilkkjgoafigfag
URL Officiel 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.
Taille du Fichier 31.64 KB
Nombre d'Installations 460
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-03-22
Date de Publication 2023-03-22
Évaluation 3.80/5 Total 5 Évaluations
Développeur https://petasittek.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.petasittek.com/
URL de la Page d'Aide https://petasittek.zendesk.com/hc/en-us/articles/360002578297-Volume-Master
URL de la Page de Politique de Confidentialité https://www.petasittek.com/chrome-extensions-privacy-policy
Langues Prises en Charge 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"
    ]
}