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) هو إضافة Chrome تم تطويرها بواسطة DovOps، والميزة الرئيسية لها هي "Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Talmud Sidebar Extension (Powered by Sefaria)
قم بتنزيل ملفات الامتداد Talmud Sidebar Extension (Powered by Sefaria) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } ] } |