Talmud Sidebar Extension (Powered by Sefaria)
Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.
Co to jest Talmud Sidebar Extension (Powered by Sefaria)?
Talmud Sidebar Extension (Powered by Sefaria) to rozszerzenie Chrome opracowane przez DovOps, a jego główną funkcją jest „Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Talmud Sidebar Extension (Powered by Sefaria)
Pobierz pliki rozszerzeń Talmud Sidebar Extension (Powered by Sefaria) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
מוסיף סרגל צדדי בדפי אינטרנט ספציפיים, עם קישורים לחומר עזר מספריה. נכון לעכשיו זה מופיע רק בעמודים בדף החיים (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.
Podstawowe informacje o rozszerzeniu
Nazwa | Talmud Sidebar Extension (Powered by Sefaria) |
ID | dmpiiciebnbekblfbcdeogjkbbmeeimi |
Oficjalny URL | https://chromewebstore.google.com/detail/talmud-sidebar-extension/dmpiiciebnbekblfbcdeogjkbbmeeimi |
Opis | Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara. |
Rozmiar pliku | 1.1 MB |
Liczba instalacji | 234 |
Aktualna Wersja | 1.6.21 |
Ostatnia Aktualizacja | 2022-09-17 |
Data Publikacji | 2020-07-03 |
Deweloper | DovOps |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/DovOps/SefariaSidebarExtension |
Adres URL Strony Pomocy | https://github.com/DovOps/SefariaSidebarExtension |
Obsługiwane Języki | 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" } ] } |