Nectar
With a single click, read the words of ancient and modern Buddhist masters.
Nectar란 무엇입니까?
Nectar은(는) Nectar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With a single click, read the words of ancient and modern Buddhist masters."입니다.
확장 프로그램 스크린샷
Nectar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A quote from a Buddhist text is shown each time you click the Nectar icon. Further information about the displayed quote and a link to the source text are available by mousing over the quote card and clicking "More about this quote." Most quotes were obtained from translations of Tibetan texts generously made available by Lotsawa House (lotsawahouse.org). In the interest of respecting others' copyright, only texts that are under a license that allows publishing excerpts (e.g., some Creative Commons licenses) or that are in the public domain were excerpted from. Quotes were obtained from three other sources in addition to Lotsawa House: Unfettered Mind (unfetteredmind.org) Internet Sacred Texts Archive (www.sacred-texts.com) The Gutenberg Project (gutenberg.org) Access To Insight (accesstoinsight.org) The current count of excerpts is 381.
확장 프로그램 기본 정보
이름 | Nectar |
ID | igcmfhglpgkgbkdhnadckmgmofokobfc |
공식 URL | https://chromewebstore.google.com/detail/nectar/igcmfhglpgkgbkdhnadckmgmofokobfc |
설명 | With a single click, read the words of ancient and modern Buddhist masters. |
파일 크기 | 129 KB |
설치 횟수 | 105 |
현재 버전 | 0.0.10 |
최근 업데이트 | 2018-02-25 |
출시 날짜 | 2018-02-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Nectar |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nectar", "description": "With a single click, read the words of ancient and modern Buddhist masters.", "version": "0.0.10", "permissions": [ "storage" ], "icons": { "16": "images\/yellow-peony_16x16.png", "32": "images\/yellow-peony_32x32.png", "128": "images\/peony-red-yellow_128x128.png" }, "background": { "scripts": [ "thirdparty\/jquery-2.1.4.min.js", "popup.js", "showquoteinfo.js" ], "persistent": false }, "browser_action": { "default_icon": { "38": "images\/red-yellow_38x38.png" }, "default_popup": "popup.html", "default_title": "" }, "manifest_version": 2 } |