Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
Hvad er Sefaria Daf Saver?
Sefaria Daf Saver er en Chrome-udvidelse udviklet af Elan Paul, og dens hovedfunktion er "Saves your locations in all different sefaria sefarim giving quick and organized access.".
Udvidelsesskærmbilleder
Download Sefaria Daf Saver-udvidelses-CRX-fil
Download Sefaria Daf Saver-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Officiel URL | https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Beskrivelse | Saves your locations in all different sefaria sefarim giving quick and organized access. |
Filstørrelse | 200 KB |
Antal Installationer | 117 |
Nuværende Version | 0.6 |
Senest Opdateret | 2016-02-28 |
Udgivelsesdato | 2016-02-28 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Elan Paul |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |