Daily Quote

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

Daily Quote란 무엇입니까?

Daily Quote은(는) https://petasittek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inspiring your day with a motivational quote on every new tab. One quote a day, every day."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Daily Quote 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}