Talmud Sidebar Extension (Powered by Sefaria)
Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.
Qu'est-ce que Talmud Sidebar Extension (Powered by Sefaria) ?
Talmud Sidebar Extension (Powered by Sefaria) est une extension Chrome développée par DovOps, et sa fonction principale est "Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Talmud Sidebar Extension (Powered by Sefaria)
Téléchargez les fichiers d'extension Talmud Sidebar Extension (Powered by Sefaria) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
מוסיף סרגל צדדי בדפי אינטרנט ספציפיים, עם קישורים לחומר עזר מספריה. נכון לעכשיו זה מופיע רק בעמודים בדף החיים (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.
Informations de Base sur l'Extension
Nom | Talmud Sidebar Extension (Powered by Sefaria) |
ID | dmpiiciebnbekblfbcdeogjkbbmeeimi |
URL Officiel | https://chromewebstore.google.com/detail/talmud-sidebar-extension/dmpiiciebnbekblfbcdeogjkbbmeeimi |
Description | Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara. |
Taille du Fichier | 1.1 MB |
Nombre d'Installations | 234 |
Version Actuelle | 1.6.21 |
Dernière Mise à Jour | 2022-09-17 |
Date de Publication | 2020-07-03 |
Développeur | DovOps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/DovOps/SefariaSidebarExtension |
URL de la Page d'Aide | https://github.com/DovOps/SefariaSidebarExtension |
Langues Prises en Charge | 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" } ] } |