SiteRecipe

SiteRecipe.com Technology lookup

Wat is SiteRecipe?

SiteRecipe is een Chrome-extensie ontwikkeld door SiteRecipe.com, en de belangrijkste functie is "SiteRecipe.com Technology lookup".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SiteRecipe

Download SiteRecipe-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

                        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.                    

Basisinformatie over de Extensie

Naam SiteRecipe SiteRecipe
ID mincmlimlnngndejpmiapoeefiicnlbi
Officiële URL https://chromewebstore.google.com/detail/siterecipe/mincmlimlnngndejpmiapoeefiicnlbi
Beschrijving SiteRecipe.com Technology lookup
Bestandsgrootte 141 KB
Aantal Installaties 48
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-11-24
Publicatiedatum 2021-11-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SiteRecipe.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://siterecipe.com
Help Pagina-URL https://siterecipe.com/contact_us
URL van de Privacybeleid Pagina https://siterecipe.com/privacy
Ondersteunde Talen 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"
    }
}