SiteRecipe

SiteRecipe.com Technology lookup

SiteRecipe क्या है?

SiteRecipe SiteRecipe.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SiteRecipe.com Technology lookup"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में SiteRecipe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://siterecipe.com/contact_us
गोपनीयता नीति पृष्ठ URL 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"
    }
}