Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
¿Qué es Sefaria Daf Saver?
Sefaria Daf Saver es una extensión de Chrome desarrollada por Elan Paul, y su función principal es "Saves your locations in all different sefaria sefarim giving quick and organized access.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Sefaria Daf Saver
Descarga archivos de extensión Sefaria Daf Saver en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | fdobikjkmlnlgcbjefldbekfhfnmnnkg |
URL Oficial | https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Descripción | Saves your locations in all different sefaria sefarim giving quick and organized access. |
Tamaño del Archivo | 200 KB |
Cantidad de Instalaciones | 117 |
Versión Actual | 0.6 |
Última Actualización | 2016-02-28 |
Fecha de Publicación | 2016-02-28 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Elan Paul |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |