Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
Wat is Sefaria Daf Saver?
Sefaria Daf Saver is een Chrome-extensie ontwikkeld door Elan Paul, en de belangrijkste functie is "Saves your locations in all different sefaria sefarim giving quick and organized access.".
Extensie Screenshots
Download het CRX-bestand van de extensie Sefaria Daf Saver
Download Sefaria Daf Saver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Officiële URL | https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Beschrijving | Saves your locations in all different sefaria sefarim giving quick and organized access. |
Bestandsgrootte | 200 KB |
Aantal Installaties | 117 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2016-02-28 |
Publicatiedatum | 2016-02-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Elan Paul |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |