Daily Motivation

Daily Motivation is a simple Chrome extension that serves as your personal motivator, providing you with a wide selection of…

Daily Motivation란 무엇입니까?

Daily Motivation은(는) Motivation Widget에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Daily Motivation is a simple Chrome extension that serves as your personal motivator, providing you with a wide selection of…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Daily Motivation is a simple Chrome extension that serves as your personal motivator, providing you with a wide selection of inspirational quotes right in your browser. This extension aims to spark positivity, creativity, and drive in your everyday web experience. With just one click, you can easily add this motivational companion to your browser and stay inspired every day.

Daily Motivation is here to keep your spirits high and your motivation intact. Each quote is carefully selected to invoke positivity and motivation, providing you with that extra boost during your day.

Our extension features a vast collection of inspiring quotes. These quotes span various themes, such as perseverance, courage, ambition, and self-belief. They come from a wide array of influential individuals like Steve Jobs to influential leaders like Theodore Roosevelt, you'll get a taste of wisdom from various walks of life.

In addition, the extension provides a quick link to download our motivational quotes iOS app. This app offers additional features like daily reminders, personalized categories, and much more.

To conclude, "Daily Motivation" is more than just a Chrome extension. It's a tool that empowers you to stay positive and motivated in your day-to-day life. With "Daily Motivation," a moment of inspiration is only a click away. Add it to your browser today and transform your everyday browsing into a source of positivity!                    

확장 프로그램 기본 정보

이름 Daily Motivation Daily Motivation
ID pknglbjmaaefpfjgjbgheiicdlaeklgj
공식 URL https://chromewebstore.google.com/detail/daily-motivation/pknglbjmaaefpfjgjbgheiicdlaeklgj
설명 Daily Motivation is a simple Chrome extension that serves as your personal motivator, providing you with a wide selection of…
파일 크기 8.63 KB
설치 횟수 144
현재 버전 2.0
최근 업데이트 2023-12-19
출시 날짜 2023-06-14
평점 5.00/5 총 1 개의 평점
개발자 Motivation Widget
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apps.apple.com/app/apple-store/id1668567814?pt=125692161&ct=chromewidget&mt=8
도움말 페이지 URL https://docs.google.com/document/d/1DzOLIsz6NBJiUoKJFOvwul0Sq7ftX0LRmgTjkbEnKfM/edit?usp=sharing
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Daily Motivation",
    "version": "2.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}