Sefaria Search

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

Wat is Sefaria Search?

Sefaria Search is een Chrome-extensie ontwikkeld door itsho, en de belangrijkste functie is "Allow user to search within Sefaria, and extract links (''refs'')".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sefaria Search

Download Sefaria Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sefaria Search Sefaria Search
ID dbicdnakpagglfpbgnbikgjjokpffddp
Officiële URL https://chromewebstore.google.com/detail/sefaria-search/dbicdnakpagglfpbgnbikgjjokpffddp
Beschrijving Allow user to search within Sefaria, and extract links (''refs'')
Bestandsgrootte 1010 KB
Aantal Installaties 66
Huidige Versie 1.7.2017.1122
Laatst Bijgewerkt 2017-11-22
Publicatiedatum 2017-11-22
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar itsho
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}