Talmud Sidebar Extension (Powered by Sefaria)

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

什麼是Talmud Sidebar Extension (Powered by Sefaria)?

Talmud Sidebar Extension (Powered by Sefaria)是由DovOps開發的Chrome擴展程式,該擴展的主要功能是“Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Talmud Sidebar Extension (Powered by Sefaria)擴展crx文件

下載Talmud Sidebar Extension (Powered by Sefaria)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Talmud Sidebar Extension (Powered by Sefaria) Talmud Sidebar Extension (Powered by Sefaria)
ID dmpiiciebnbekblfbcdeogjkbbmeeimi
官方網址 https://chromewebstore.google.com/detail/talmud-sidebar-extension/dmpiiciebnbekblfbcdeogjkbbmeeimi
簡介 Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.
檔案大小 1.1 MB
安裝次數 234
目前版本 1.6.21
更新時間 2022-09-17
上架時間 2020-07-03
開發者 DovOps
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/DovOps/SefariaSidebarExtension
說明頁面URL https://github.com/DovOps/SefariaSidebarExtension
支援的語言 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"
        }
    ]
}