Daily Sadhguru Quotes
Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT
Wat is Daily Sadhguru Quotes?
Daily Sadhguru Quotes is een Chrome-extensie ontwikkeld door Sudarshan K J, en de belangrijkste functie is "Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT".
Extensie Screenshots
Download het CRX-bestand van de extensie Daily Sadhguru Quotes
Download Daily Sadhguru Quotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fdcbmdfehkhafiiegbhhofccjbfaeddg |
| Officiële URL | https://chromewebstore.google.com/detail/daily-sadhguru-quotes/fdcbmdfehkhafiiegbhhofccjbfaeddg |
| Beschrijving | Remind yourselves to the deep wisdom provided by Sadhguru on every New Tab. New quotes every day at 2:45 GMT |
| Bestandsgrootte | 3.64 MB |
| Aantal Installaties | 38 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2021-04-27 |
| Publicatiedatum | 2021-03-18 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Sudarshan K J |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |