SiteRecipe

SiteRecipe.com Technology lookup

ما هو SiteRecipe؟

SiteRecipe هو إضافة Chrome تم تطويرها بواسطة SiteRecipe.com، والميزة الرئيسية لها هي "SiteRecipe.com Technology lookup".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SiteRecipe

قم بتنزيل ملفات الامتداد SiteRecipe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        SiteRecipe is a technlogy lookup extension provided by SiteRecipe.com 
 the extension will provide you a report of  web technologies used in a visited website in you tabs, it will help you find out what web technolgies a website is built with.                    

معلومات أساسية عن التمديد

الاسم SiteRecipe SiteRecipe
ID mincmlimlnngndejpmiapoeefiicnlbi
عنوان URL الرسمي https://chromewebstore.google.com/detail/siterecipe/mincmlimlnngndejpmiapoeefiicnlbi
الوصف SiteRecipe.com Technology lookup
حجم الملف 141 KB
عدد التثبيتات 48
النسخة الحالية 1.0.0
آخر تحديث 2021-11-24
تاريخ النشر 2021-11-23
تقييم 5.00/5 مجموع تقييمات 1
المطور SiteRecipe.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://siterecipe.com
عنوان صفحة المساعدة https://siterecipe.com/contact_us
عنوان صفحة سياسة الخصوصية https://siterecipe.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteRecipe",
    "description": "SiteRecipe.com Technology lookup",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "popup.js",
                "bootstrap.min.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "bootstrap.min.js",
            "background.js",
            "jquery.min.js"
        ]
    },
    "permissions": [
        "https:\/\/siterecipe.com\/*",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "Popup.html",
        "default_title": "SiteRecipe Technology Lookup",
        "default_icon": "images\/siterecipe.png"
    }
}