Bahá'í Reference Library Wiki Overlay

Overlays Bahá'í Reference Library site with links to wiki pages of quotations and resources for a given work or paragraph

Cos'è Bahá'í Reference Library Wiki Overlay?

Bahá'í Reference Library Wiki Overlay è un'estensione di Chrome sviluppata da https://brett-zamir.me, e la sua funzione principale è "Overlays Bahá'í Reference Library site with links to wiki pages of quotations and resources for a given work or paragraph".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bahá'í Reference Library Wiki Overlay

Scarica i file di estensione Bahá'í Reference Library Wiki Overlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Overlays the official Baha'i Reference Library site (http://reference.bahai.org) with links back to collaboratively editable wiki pages (at https://bahai9.com, https://bahaipedia.org, https://en.wikipedia.org, and https://bahai.works) allowing compilation of quotations and resources pertaining to any given work. Next to the heading title of each work are links which, when clicked, will visit the wiki page dedicated to collecting resources for the given book (authoritative quotations and resources, Baha'i encyclopedic, public encyclopedic, or source text, respectively).

Where available, even individual paragraphs can be clicked to visit a wiki page dedicated to that specific paragraph (at present, this functionality is only available for the Kitab-i-Aqdas and links only lead to https://bahai9.com which provides links to topical compilation pages or provides other background on the verse in question).

Currently works for English only.

This add-on is an individual initiative, not sponsored by any Baha'i administrative institution.                    

Informazioni di Base sull'Estensione

Nome Bahá'í Reference Library Wiki Overlay Bahá'í Reference Library Wiki Overlay
ID bkcdagjannmhhlapolphnjojbfgckgjc
URL Ufficiale https://chromewebstore.google.com/detail/bah%C3%A1%C3%AD-reference-library-w/bkcdagjannmhhlapolphnjojbfgckgjc
Descrizione Overlays Bahá'í Reference Library site with links to wiki pages of quotations and resources for a given work or paragraph
Dimensione del File 962 KB
Conteggio Installazioni 108
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-05-17
Data di Pubblicazione 2019-04-12
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://brett-zamir.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://brett-zamir.me/brl-wiki-overlay/
URL della Pagina di Aiuto http://brett-zamir.me/brl-wiki-overlay/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "author": "Brett Zamir",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/brettz9\/bahai-reference-library-wiki-overlay",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Bah\u00e1'\u00ed Reflib Search",
        "default_popup": "search.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bahai.org\/*",
                "https:\/\/www.bahai.org\/*"
            ],
            "js": [
                "polyfills\/browser-polyfill.js",
                "data\/wikiOverlay.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/bahai.org\/*",
                "https:\/\/www.bahai.org\/*"
            ],
            "resources": [
                "data\/vendor\/jamilih\/jml-es-noinnerh.js",
                "data\/addParagraphClickListener.js",
                "data\/getSite.js",
                "data\/getSites.js",
                "data\/Writings-behavior-map.js",
                "data\/vendor\/tippy.js\/tippy.esm.js",
                "data\/vendor\/bahai-reflib-data\/src\/index-browser.js",
                "data\/vendor\/bahai-reflib-data\/src\/getData.js",
                "data\/vendor\/bahai-reflib-data\/src\/pathInfo.js",
                "data\/vendor\/bahai-reflib-data\/src\/index.js",
                "data\/vendor\/bahai-reflib-data\/src\/data\/ids-to-works-sections-and-paragraphs-fa.json",
                "data\/vendor\/bahai-reflib-data\/src\/data\/ids-to-works-sections-and-paragraphs.json",
                "data\/vendor\/bahai-reflib-data\/src\/data\/collections.json",
                "data\/vendor\/bahai-reflib-data\/src\/data\/collections-fa.json",
                "data\/vendor\/bahai-reflib-data\/src\/data\/works.json",
                "data\/vendor\/bahai-reflib-data\/src\/data\/works-fa.json",
                "data\/vendor\/bahai-reflib-data\/src\/data\/sections.json",
                "data\/vendor\/bahai-reflib-data\/src\/data\/sections-fa.json"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "jid0-ySOiEX15dyVpuWRhvsrdHdR04w0@jetpack",
            "strict_min_version": "111.0.1"
        }
    }
}