Buddhist Talks by Master Lu
Shortcut to Buddhist Talks and Resources by Master Jun Hong Lu.
Buddhist Talks by Master Lu란 무엇입니까?
Buddhist Talks by Master Lu은(는) https://xinlingfamen.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortcut to Buddhist Talks and Resources by Master Jun Hong Lu."입니다.
확장 프로그램 스크린샷
Buddhist Talks by Master Lu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LIFE'S CHALLENGES THAT CAN BE MANAGED BY UNDERSTANDING BUDDHISM - Troubled relationship? - Countless obstacles in career path? - Experiencing depression despite wealthy lifestyle? - Unsatisfactory academic results despite hard work? - Gambling addiction brought about sufferings to family? - Failed pregnancy after many years of marriage? - Successful career but in poor health? Listening to Master Lu's programs everyday can help develop our wisdom, improve our consciousness, correct our wrong behavior, change our destiny and get many benefits. Master Jun Hong Lu has been hosting the following weekly radio programs: ● The Art of Applying Comprehensive Metaphysics (3 hours per week) ● Metaphysics Q&A (2 hours per week) ● Say it as You Wish (half an hour per week) ● Buddhism in Plain Terms (half an hour per week) Master Lu is a renowned Buddhist Master and Spiritual Leader. As the "World Peace Award (Buddhism)" winner, Master Lu has been dedicating himself to the world peace through Buddhism practice. Master Jun Hong Lu was born in 1959. He is the President and Director of 2OR Australia Oriental Radio (2OR). Over the past ten years, with extraordinary dedication and compassion, he has been using Buddhist teachings to help listeners around the world. Guan Yin Citta Dharma Door (观音心灵法门, Xin Ling Fa Men) belongs to the Mahayana Buddhist Tradition. It encourages people to recite Buddhist scriptures, practise life liberation and make great vows to help more people. Features: ★ Listen to Latest Recordings ★ Play Related Recordings directly from Highlight Keywords using 'Right Click' menu or Search Box ★ Access to Buddhist Scriptures and Audio ★ Search Chinese Articles using Keywords ★ Introduction to Guan Yin Citta Dharma Door ★ Help Section Note: All books and information are free of charge. Guan Yin Citta Dharma Door Worldwide Contact: http://xlfmlink.com/locations
확장 프로그램 기본 정보
이름 | |
ID | ehanaihlijcmkcbfoaijnikclahhmajd |
공식 URL | https://chromewebstore.google.com/detail/buddhist-talks-by-master/ehanaihlijcmkcbfoaijnikclahhmajd |
설명 | Shortcut to Buddhist Talks and Resources by Master Jun Hong Lu. |
파일 크기 | 40.24 KB |
설치 횟수 | 38 |
현재 버전 | 1.9.13 |
최근 업데이트 | 2019-01-03 |
출시 날짜 | 2019-01-03 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://xinlingfamen.info |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://xinlingfamen.info/chromeguide |
도움말 페이지 URL | http://guanyincitta.info |
개인정보 보호 정책 페이지 URL | http://xinlingfamen.info/privacy |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Buddhist Talks by Master Lu", "short_name": "Buddhist Talks", "version": "1.9.13", "description": "Shortcut to Buddhist Talks and Resources by Master Jun Hong Lu.", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.xinlingfamen.info\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Shortcut to Buddhist Talks and Resources by Master Jun Hong Lu", "default_popup": "popup.html" }, "manifest_version": 2 } |