Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
Cos'è Sefaria Daf Saver?
Sefaria Daf Saver è un'estensione di Chrome sviluppata da Elan Paul, e la sua funzione principale è "Saves your locations in all different sefaria sefarim giving quick and organized access.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sefaria Daf Saver
Scarica i file di estensione Sefaria Daf Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fdobikjkmlnlgcbjefldbekfhfnmnnkg |
URL Ufficiale | https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Descrizione | Saves your locations in all different sefaria sefarim giving quick and organized access. |
Dimensione del File | 200 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2016-02-28 |
Data di Pubblicazione | 2016-02-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Elan Paul |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |