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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Talmud Sidebar Extension (Powered by Sefaria) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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) |
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" } ] } |