Sadhguru Quotes

Get a motivational quote from Sadhguru with every new tab on Chrome

Sadhguru Quotes란 무엇입니까?

Sadhguru Quotes은(는) Isha Foundation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a motivational quote from Sadhguru with every new tab on Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sadhguru Quotes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sadhguru quotes are a collection of powerful, life-transforming, inspirational and motivating quotes, including quotes on life, love, success, health, happiness, friendship and more.

Make use of this extension to add daily drops of wisdom and clarity to your life.

Features:

- Browse through hundreds of quotes from Sadhguru

- Click the 'Random' button to see a different quote on your tab

- Also available in Dark Mode

- New quotes are updated every day at 8:30 AM IST                    

확장 프로그램 기본 정보

이름 Sadhguru Quotes Sadhguru Quotes
ID jnffiijgabhghkgopojmdkfgijofnend
공식 URL https://chromewebstore.google.com/detail/sadhguru-quotes/jnffiijgabhghkgopojmdkfgijofnend
설명 Get a motivational quote from Sadhguru with every new tab on Chrome
파일 크기 1.48 MB
설치 횟수 1,182
현재 버전 1.5
최근 업데이트 2021-07-25
출시 날짜 2021-05-06
평점 4.89/5 총 98 개의 평점
개발자 Isha Foundation
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sadhguru Quotes",
    "description": "Get a motivational quote from Sadhguru with every new tab on Chrome",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Isha Foundation",
    "action": {
        "default_icon": {
            "16": "sg-icon-16x16.png",
            "48": "sg-icon-48x48.png",
            "128": "sg-icon-128x128.png"
        },
        "default_title": "Get a motivational quote from Sadhguru with every new tab on Chrome",
        "default_popup": "index.html"
    },
    "display": "fullscreen",
    "icons": {
        "128": "sg-icon-128x128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens Sadhguru's pop up"
        }
    }
}