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 |
官方網址 | 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 |
電子郵箱 | [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" } } } |