Daily Sadhguru Quotes

Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT

¿Qué es Daily Sadhguru Quotes?

Daily Sadhguru Quotes es una extensión de Chrome desarrollada por Sudarshan K J, y su función principal es "Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Daily Sadhguru Quotes

Descarga archivos de extensión Daily Sadhguru Quotes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        v1.6 Updates:

- Fixed an internal issue that did not trigger a new quote immediately on a new tab.
- Encrypted quotes are now sent from the server for security and data protection concerns, because of which the client now has the ability to decrypt them.
- Enhancements to internal architecture for faster responsiveness.                    

Información Básica de la Extensión

Nombre Daily Sadhguru Quotes Daily Sadhguru Quotes
ID fdcbmdfehkhafiiegbhhofccjbfaeddg
URL Oficial https://chromewebstore.google.com/detail/daily-sadhguru-quotes/fdcbmdfehkhafiiegbhhofccjbfaeddg
Descripción Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT
Tamaño del Archivo 3.64 MB
Cantidad de Instalaciones 38
Versión Actual 1.6
Última Actualización 2021-04-27
Fecha de Publicación 2021-03-18
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador Sudarshan K J
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Sadhguru Quotes",
    "description": "Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT",
    "version": "1.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Sudarshan: [email protected]",
    "action": {
        "default_icon": {
            "16": "sg-icon-16x16.png",
            "48": "sg-icon-48x48.png",
            "128": "sg-icon-128x128.png"
        },
        "default_title": "Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT",
        "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"
        }
    }
}