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'est-ce que Daily Sadhguru Quotes ?

Daily Sadhguru Quotes est une extension Chrome développée par Sudarshan K J, et sa fonction principale est "Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Daily Sadhguru Quotes

Téléchargez les fichiers d'extension Daily Sadhguru Quotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Daily Sadhguru Quotes Daily Sadhguru Quotes
ID fdcbmdfehkhafiiegbhhofccjbfaeddg
URL Officiel https://chromewebstore.google.com/detail/daily-sadhguru-quotes/fdcbmdfehkhafiiegbhhofccjbfaeddg
Description Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT
Taille du Fichier 3.64 MB
Nombre d'Installations 38
Version Actuelle 1.6
Dernière Mise à Jour 2021-04-27
Date de Publication 2021-03-18
Évaluation 5.00/5 Total 6 Évaluations
Développeur Sudarshan K J
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}