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によって開発されたChromeの拡張機能で、その主な機能は「Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT」です。
拡張機能のスクリーンショット
Daily Sadhguru Quotes拡張機能のCRXファイルをダウンロード
Daily Sadhguru Quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } } |