Nectar

With a single click, read the words of ancient and modern Buddhist masters.

Τι είναι το Nectar;

Το Nectar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nectar, και η κύρια λειτουργία του είναι "With a single click, read the words of ancient and modern Buddhist masters.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Nectar

Λήψη αρχείων επέκτασης 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 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
}