Sefaria Search

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

Sefaria Search क्या है?

Sefaria Search itsho द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow user to search within Sefaria, and extract links (''refs'')"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sefaria Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}