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 là gì?

Daily Sadhguru Quotes là một tiện ích mở rộng Chrome được phát triển bởi Sudarshan K J, và tính năng chính của nó là "Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Daily Sadhguru Quotes

Tải xuống các tệp mở rộng Daily Sadhguru Quotes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Daily Sadhguru Quotes Daily Sadhguru Quotes
ID fdcbmdfehkhafiiegbhhofccjbfaeddg
URL Chính Thức https://chromewebstore.google.com/detail/daily-sadhguru-quotes/fdcbmdfehkhafiiegbhhofccjbfaeddg
Mô tả Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT
Kích Thước Tệp 3.64 MB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-04-27
Ngày Phát Hành 2021-03-18
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Sudarshan K J
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}