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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } } |