Talmud Sidebar Extension (Powered by Sefaria)

Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.

Was ist Talmud Sidebar Extension (Powered by Sefaria)?

Talmud Sidebar Extension (Powered by Sefaria) ist eine Chrome-Erweiterung, die von DovOps entwickelt wurde, und ihr Hauptmerkmal ist "Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Talmud Sidebar Extension (Powered by Sefaria)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Talmud Sidebar Extension (Powered by Sefaria)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        מוסיף סרגל צדדי בדפי אינטרנט ספציפיים, עם קישורים לחומר עזר מספריה. נכון לעכשיו זה מופיע רק בעמודים בדף החיים (dafhachaim.org) ובפורטל דף היומי (daf-yomi.com) כאב-טיפוס, אך אתרים נוספים יתווספו.

Adds a sidebar for specific webpages, with deep links to reference material hosted on sefaria.org.  This currently  supports most popular daf yomi websites.                    

Grundlegende Informationen zur Erweiterung

Name Talmud Sidebar Extension (Powered by Sefaria) Talmud Sidebar Extension (Powered by Sefaria)
ID dmpiiciebnbekblfbcdeogjkbbmeeimi
Offizielle URL https://chromewebstore.google.com/detail/talmud-sidebar-extension/dmpiiciebnbekblfbcdeogjkbbmeeimi
Beschreibung Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.
Dateigröße 1.1 MB
Installationsanzahl 234
Aktuelle Version 1.6.21
Letztes Update 2022-09-17
Veröffentlichungsdatum 2020-07-03
Entwickler DovOps
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/DovOps/SefariaSidebarExtension
Hilfeseite URL https://github.com/DovOps/SefariaSidebarExtension
Unterstützte Sprachen iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talmud Sidebar Extension (Powered by Sefaria)",
    "version": "1.6.21",
    "manifest_version": 3,
    "description": "Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.",
    "icons": {
        "16": "Icon_64.png",
        "48": "Icon_64.png",
        "128": "Icon_128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/daf-yomi.com\/*",
                "*:\/\/*.daf-yomi.com\/*",
                "*:\/\/dafhachaim.org\/*",
                "*:\/\/*.dafhachaim.org\/*",
                "*:\/\/e-daf.com\/*",
                "*:\/\/*.e-daf.com\/*",
                "*:\/\/alldaf.org\/*",
                "*:\/\/*.alldaf.org\/*",
                "*:\/\/outorah.org\/*",
                "*:\/\/*.outorah.org\/*",
                "*:\/\/yutorah.org\/*",
                "*:\/\/*.yutorah.org\/*",
                "*:\/\/*.realcleardaf.com\/*",
                "*:\/\/realcleardaf.com\/*",
                "*:\/\/*.hadran.org.il\/*",
                "*:\/\/hadran.org.il\/*",
                "*:\/\/*.steinsaltz-center.org\/*",
                "*:\/\/steinsaltz-center.org\/*"
            ],
            "js": [
                "jquery-3.6.1.min.js",
                "recognizers.js",
                "contentScript.js"
            ],
            "css": [
                "SefariaSidebar.css"
            ],
            "run_at": "document_idle"
        }
    ]
}