Sefaria Daf Saver

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

什麼是Sefaria Daf Saver?

Sefaria Daf Saver是由Elan Paul開發的Chrome擴展程式,該擴展的主要功能是“Saves your locations in all different sefaria sefarim giving quick and organized access.”。

擴展截圖

screenshot

下載Sefaria Daf Saver擴展crx文件

下載Sefaria Daf Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Sefaria Daf Saver Sefaria Daf Saver
ID fdobikjkmlnlgcbjefldbekfhfnmnnkg
官方網址 https://chrome.google.com/webstore/detail/sefaria-daf-saver/fdobikjkmlnlgcbjefldbekfhfnmnnkg
簡介 Saves your locations in all different sefaria sefarim giving quick and organized access.
檔案大小 200 KB
安裝次數 117
目前版本 0.6
更新時間 2016-02-28
上架時間 2016-02-28
評分 5.00/5 共 1 次評分
開發者 Elan Paul
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}