SiteRecipe

SiteRecipe.com Technology lookup

SiteRecipeคืออะไร?

SiteRecipe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SiteRecipe.com และคุณลักษณะหลักของมันคือ "SiteRecipe.com Technology lookup"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteRecipe

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}