Daily Quote

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

Daily Quoteคืออะไร?

Daily Quote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://petasittek.com และคุณลักษณะหลักของมันคือ "Inspiring your day with a motivational quote on every new tab. One quote a day, every day."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Daily Quote

ดาวน์โหลดไฟล์ส่วนขยาย Daily Quote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Daily Quote Daily Quote
ID ilnehbjkiiagbhcggoilkkjgoafigfag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/daily-quote/ilnehbjkiiagbhcggoilkkjgoafigfag
คำอธิบาย Inspiring your day with a motivational quote on every new tab. One quote a day, every day.
ขนาดไฟล์ 31.64 KB
จำนวนการติดตั้ง 460
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-03-22
วันที่เผยแพร่ 2023-03-22
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://petasittek.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.petasittek.com/
URL หน้าช่วยเหลือ https://petasittek.zendesk.com/hc/en-us/articles/360002578297-Volume-Master
URL หน้านโยบายความเป็นส่วนตัว https://www.petasittek.com/chrome-extensions-privacy-policy
ภาษาที่รองรับ 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"
    ]
}