Daily Sadhguru Quotes

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

Daily Sadhguru Quotes क्या है?

Daily Sadhguru Quotes Sudarshan K J द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daily Sadhguru Quotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Daily Sadhguru Quotes Daily Sadhguru Quotes
ID fdcbmdfehkhafiiegbhhofccjbfaeddg
आधिकारिक URL https://chromewebstore.google.com/detail/daily-sadhguru-quotes/fdcbmdfehkhafiiegbhhofccjbfaeddg
विवरण Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT
फ़ाइल का आकार 3.64 MB
स्थापना संख्या 38
वर्तमान संस्करण 1.6
अंतिम अपडेट 2021-04-27
प्रकाशन तिथि 2021-03-18
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Sudarshan K J
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    }
}