Sefaria Daf Saver

Saves your locations in all different sefaria sefarim giving quick and organized access.

O que é Sefaria Daf Saver?

Sefaria Daf Saver é uma extensão do Chrome desenvolvida por Elan Paul, e sua principal característica é "Saves your locations in all different sefaria sefarim giving quick and organized access.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sefaria Daf Saver

Baixe arquivos de extensão Sefaria Daf Saver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Sefaria Daf Saver Sefaria Daf Saver
ID fdobikjkmlnlgcbjefldbekfhfnmnnkg
URL Oficial https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg
Descrição Saves your locations in all different sefaria sefarim giving quick and organized access.
Tamanho do Arquivo 200 KB
Contagem de Instalações 117
Versão Atual 0.6
Última Atualização 2016-02-28
Data de Publicação 2016-02-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Elan Paul
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}