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によって開発されたChromeの拡張機能で、その主な機能は「Bring the comprehensive Sefaria library to any webpage that is learning a specific Daf of Gemara.」です。
拡張機能のスクリーンショット
Talmud Sidebar Extension (Powered by Sefaria)拡張機能のCRXファイルをダウンロード
Talmud Sidebar Extension (Powered by Sefaria)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
מוסיף סרגל צדדי בדפי אינטרנט ספציפיים, עם קישורים לחומר עזר מספריה. נכון לעכשיו זה מופיע רק בעמודים בדף החיים (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 |
Eメール | [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" } ] } |