Daily Quote
Inspiring your day with a motivational quote on every new tab. One quote a day, every day.
Vad är Daily Quote?
Daily Quote är en Chrome-tillägg utvecklad av https://petasittek.com, och dess huvudfunktion är "Inspiring your day with a motivational quote on every new tab. One quote a day, every day.".
Tilläggsskärmbilder
Ladda ner Daily Quote-förlängningens CRX-fil
Ladda ner Daily Quote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ilnehbjkiiagbhcggoilkkjgoafigfag |
| Officiell webbadress | https://chromewebstore.google.com/detail/daily-quote/ilnehbjkiiagbhcggoilkkjgoafigfag |
| Beskrivning | Inspiring your day with a motivational quote on every new tab. One quote a day, every day. |
| Filstorlek | 31.64 KB |
| Antal Installationer | 460 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2023-03-22 |
| Publiceringsdatum | 2023-03-22 |
| Betyg | 3.80/5 Totalt 5 Betyg |
| Utvecklare | https://petasittek.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.petasittek.com/ |
| Hjälpsida URL | https://petasittek.zendesk.com/hc/en-us/articles/360002578297-Volume-Master |
| URL till Sekretesspolicy Sidan | https://www.petasittek.com/chrome-extensions-privacy-policy |
| Stödda Språk | 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"
]
} | |