SiteRecipe

SiteRecipe.com Technology lookup

什麼是SiteRecipe?

SiteRecipe是由SiteRecipe.com開發的Chrome擴展程式,該擴展的主要功能是“SiteRecipe.com Technology lookup”。

擴展截圖

screenshot
screenshot
screenshot

下載SiteRecipe擴展crx文件

下載SiteRecipe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}