Sefaria Search

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

ما هو Sefaria Search؟

Sefaria Search هو إضافة Chrome تم تطويرها بواسطة itsho، والميزة الرئيسية لها هي "Allow user to search within Sefaria, and extract links (''refs'')".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sefaria Search

قم بتنزيل ملفات الامتداد Sefaria Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
        }
    ]
}