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. 擴展基本資訊
| 名稱 | |
| ID | fdcbmdfehkhafiiegbhhofccjbfaeddg |
| 官方網址 | 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"
}
}
} | |