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文件
下載Nectar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |