Sefaria Search

Allow user to search within Sefaria, and extract links (''refs'')

Sefaria Searchとは何ですか?

Sefaria Searchはitshoによって開発されたChromeの拡張機能で、その主な機能は「Allow user to search within Sefaria, and extract links (''refs'')」です。

拡張機能のスクリーンショット

screenshot

Sefaria Search拡張機能のCRXファイルをダウンロード

Sefaria Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Allows you to search within Sefaria Project, and paste a direct link or paste the actual phrase into your active tab in Chrome.


Notice: the "paste" action does not work on non-HTML tabs such as home page of chrome or the settings page.                    

拡張機能の基本情報

名前 Sefaria Search Sefaria Search
ID dbicdnakpagglfpbgnbikgjjokpffddp
公式URL https://chromewebstore.google.com/detail/sefaria-search/dbicdnakpagglfpbgnbikgjjokpffddp
説明 Allow user to search within Sefaria, and extract links (''refs'')
ファイルサイズ 1010 KB
インストール数 66
現在のバージョン 1.7.2017.1122
最終更新日 2017-11-22
公開日 2017-11-22
評価 4.00/5 合計 1 レビュー
開発者 itsho
Eメール [email protected]
支払い方法 free
対応言語 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sefaria Search",
    "description": "Allow user to search within Sefaria, and extract links (''refs'')",
    "version": "1.7.2017.1122",
    "offline_enabled": false,
    "icons": {
        "128": "images\/search128.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "about.html"
    },
    "browser_action": {
        "default_icon": "images\/search32.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app\/app.js",
                "app\/popupCtrl.js",
                "app\/pasteToActiveTab.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}