Talmud Sidebar Extension (Powered by Sefaria)
Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.
Cos'è Talmud Sidebar Extension (Powered by Sefaria)?
Talmud Sidebar Extension (Powered by Sefaria) è un'estensione di Chrome sviluppata da DovOps, e la sua funzione principale è "Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talmud Sidebar Extension (Powered by Sefaria)
Scarica i file di estensione Talmud Sidebar Extension (Powered by Sefaria) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
מוסיף סרגל צדדי בדפי אינטרנט ספציפיים, עם קישורים לחומר עזר מספריה. נכון לעכשיו זה מופיע רק בעמודים בדף החיים (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.
Informazioni di Base sull'Estensione
Nome | Talmud Sidebar Extension (Powered by Sefaria) |
ID | dmpiiciebnbekblfbcdeogjkbbmeeimi |
URL Ufficiale | https://chromewebstore.google.com/detail/talmud-sidebar-extension/dmpiiciebnbekblfbcdeogjkbbmeeimi |
Descrizione | Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara. |
Dimensione del File | 1.1 MB |
Conteggio Installazioni | 234 |
Versione Corrente | 1.6.21 |
Ultimo Aggiornamento | 2022-09-17 |
Data di Pubblicazione | 2020-07-03 |
Sviluppatore | DovOps |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/DovOps/SefariaSidebarExtension |
URL della Pagina di Aiuto | https://github.com/DovOps/SefariaSidebarExtension |
Lingue Supportate | 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" } ] } |