Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
Sefaria Daf Saver क्या है?
Sefaria Daf Saver Elan Paul द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves your locations in all different sefaria sefarim giving quick and organized access."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sefaria Daf Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |