Sefaria Daf Saver

Saves your locations in all different sefaria sefarim giving quick and organized access.

What is Sefaria Daf Saver?

Sefaria Daf Saver is a Chrome extension developed by Elan Paul, and its main feature is "Saves your locations in all different sefaria sefarim giving quick and organized access.".

Extension Screenshots

screenshot

Download Sefaria Daf Saver Extension CRX File

Download Sefaria Daf Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sefaria Daf Saver Sefaria Daf Saver
ID fdobikjkmlnlgcbjefldbekfhfnmnnkg
Official URL https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg
Description Saves your locations in all different sefaria sefarim giving quick and organized access.
File Size 200 KB
Installation Count 117
Current Version 0.6
Last Updated 2016-02-28
Publish Date 2016-02-28
Rating 5.00/5 Total 1 Ratings
Developer Elan Paul
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}