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
电子邮箱 [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
        }
    ]
}