Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
Was ist Sefaria Daf Saver?
Sefaria Daf Saver ist eine Chrome-Erweiterung, die von Elan Paul entwickelt wurde, und ihr Hauptmerkmal ist "Saves your locations in all different sefaria sefarim giving quick and organized access.".
Erweiterungsscreenshots
Sefaria Daf Saver-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sefaria Daf Saver-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Offizielle URL | https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Beschreibung | Saves your locations in all different sefaria sefarim giving quick and organized access. |
Dateigröße | 200 KB |
Installationsanzahl | 117 |
Aktuelle Version | 0.6 |
Letztes Update | 2016-02-28 |
Veröffentlichungsdatum | 2016-02-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Elan Paul |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |