Sefaria Daf Saver
Saves your locations in all different sefaria sefarim giving quick and organized access.
Co je Sefaria Daf Saver?
Sefaria Daf Saver je rozšíření Chrome vyvinuté Elan Paul, a jeho hlavní funkcí je „Saves your locations in all different sefaria sefarim giving quick and organized access.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sefaria Daf Saver
Stáhněte si soubory rozšíření Sefaria Daf Saver ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Oficiální URL | https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg |
Popis | Saves your locations in all different sefaria sefarim giving quick and organized access. |
Velikost souboru | 200 KB |
Počet instalací | 117 |
Aktuální Verze | 0.6 |
Poslední Aktualizace | 2016-02-28 |
Datum Vydání | 2016-02-28 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Elan Paul |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |