Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
Co to jest Sefaria Daf Saver?
Sefaria Daf Saver to rozszerzenie Chrome opracowane przez Elan Paul, a jego główną funkcją jest „Saves your locations in all different sefaria sefarim giving quick and organized access.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sefaria Daf Saver
Pobierz pliki rozszerzeń Sefaria Daf Saver w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Oficjalny URL | https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Opis | Saves your locations in all different sefaria sefarim giving quick and organized access. |
Rozmiar pliku | 200 KB |
Liczba instalacji | 117 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2016-02-28 |
Data Publikacji | 2016-02-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Elan Paul |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |