Talmud Sidebar Extension (Powered by Sefaria)

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

O que é Talmud Sidebar Extension (Powered by Sefaria)?

Talmud Sidebar Extension (Powered by Sefaria) é uma extensão do Chrome desenvolvida por DovOps, e sua principal característica é "Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Talmud Sidebar Extension (Powered by Sefaria)

Baixe arquivos de extensão Talmud Sidebar Extension (Powered by Sefaria) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        מוסיף סרגל צדדי בדפי אינטרנט ספציפיים, עם קישורים לחומר עזר מספריה. נכון לעכשיו זה מופיע רק בעמודים בדף החיים (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.                    

Informações Básicas da Extensão

Nome Talmud Sidebar Extension (Powered by Sefaria) Talmud Sidebar Extension (Powered by Sefaria)
ID dmpiiciebnbekblfbcdeogjkbbmeeimi
URL Oficial https://chromewebstore.google.com/detail/talmud-sidebar-extension/dmpiiciebnbekblfbcdeogjkbbmeeimi
Descrição Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.
Tamanho do Arquivo 1.1 MB
Contagem de Instalações 234
Versão Atual 1.6.21
Última Atualização 2022-09-17
Data de Publicação 2020-07-03
Desenvolvedor DovOps
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/DovOps/SefariaSidebarExtension
URL da Página de Ajuda https://github.com/DovOps/SefariaSidebarExtension
Idiomas Suportados 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"
        }
    ]
}