Sadhguru Quotes
Get a motivational quote from Sadhguru with every new tab on Chrome
Sadhguru Quotesとは何ですか?
Sadhguru QuotesはIsha Foundationによって開発されたChromeの拡張機能で、その主な機能は「Get a motivational quote from Sadhguru with every new tab on Chrome」です。
拡張機能のスクリーンショット
Sadhguru Quotes拡張機能のCRXファイルをダウンロード
Sadhguru Quotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sadhguru quotes are a collection of powerful, life-transforming, inspirational and motivating quotes, including quotes on life, love, success, health, happiness, friendship and more. Make use of this extension to add daily drops of wisdom and clarity to your life. Features: - Browse through hundreds of quotes from Sadhguru - Click the 'Random' button to see a different quote on your tab - Also available in Dark Mode - New quotes are updated every day at 8:30 AM IST
拡張機能の基本情報
名前 | Sadhguru Quotes |
ID | jnffiijgabhghkgopojmdkfgijofnend |
公式URL | https://chromewebstore.google.com/detail/sadhguru-quotes/jnffiijgabhghkgopojmdkfgijofnend |
説明 | Get a motivational quote from Sadhguru with every new tab on Chrome |
ファイルサイズ | 1.48 MB |
インストール数 | 1,182 |
現在のバージョン | 1.5 |
最終更新日 | 2021-07-25 |
公開日 | 2021-05-06 |
評価 | 4.89/5 合計 98 レビュー |
開発者 | Isha Foundation |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sadhguru Quotes", "description": "Get a motivational quote from Sadhguru with every new tab on Chrome", "version": "1.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "author": "Isha Foundation", "action": { "default_icon": { "16": "sg-icon-16x16.png", "48": "sg-icon-48x48.png", "128": "sg-icon-128x128.png" }, "default_title": "Get a motivational quote from Sadhguru with every new tab on Chrome", "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" } } } |