Sefaria Daf Saver

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

Qu'est-ce que Sefaria Daf Saver ?

Sefaria Daf Saver est une extension Chrome développée par Elan Paul, et sa fonction principale est "Saves your locations in all different sefaria sefarim giving quick and organized access.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sefaria Daf Saver

Téléchargez les fichiers d'extension Sefaria Daf Saver au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sefaria Daf Saver Sefaria Daf Saver
ID fdobikjkmlnlgcbjefldbekfhfnmnnkg
URL Officiel https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg
Description Saves your locations in all different sefaria sefarim giving quick and organized access.
Taille du Fichier 200 KB
Nombre d'Installations 117
Version Actuelle 0.6
Dernière Mise à Jour 2016-02-28
Date de Publication 2016-02-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Elan Paul
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}