Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
ما هو Sefaria Daf Saver؟
Sefaria Daf Saver هو إضافة Chrome تم تطويرها بواسطة Elan Paul، والميزة الرئيسية لها هي "Saves your locations in all different sefaria sefarim giving quick and organized access.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sefaria Daf Saver
قم بتنزيل ملفات الامتداد Sefaria Daf Saver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sefaria Daf Saver takes all your Sefaria Jewish texts that you learn from and saves them onto your Sefaria extension page, so that when you exit the page and want to return you don't have to re-navigate from Sefaria's homepage or look in your history. Instead just click the extension, look for the page you want listed, click it, and it will open up in a new tab. No account necessary.
معلومات أساسية عن التمديد
الاسم | |
ID | fdobikjkmlnlgcbjefldbekfhfnmnnkg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg |
الوصف | Saves your locations in all different sefaria sefarim giving quick and organized access. |
حجم الملف | 200 KB |
عدد التثبيتات | 117 |
النسخة الحالية | 0.6 |
آخر تحديث | 2016-02-28 |
تاريخ النشر | 2016-02-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Elan Paul |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sefaria Daf Saver", "short_name": "Daf Safer", "description": "Saves your locations in all different sefaria sefarim giving quick and organized access.", "version": "0.6", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "sef.png", "delete.png" ] } |