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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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