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
公式URL 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
Eメール [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"
    ]
}