SiteRecipe

SiteRecipe.com Technology lookup

SiteRecipe là gì?

SiteRecipe là một tiện ích mở rộng Chrome được phát triển bởi SiteRecipe.com, và tính năng chính của nó là "SiteRecipe.com Technology lookup".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SiteRecipe

Tải xuống các tệp mở rộng SiteRecipe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SiteRecipe SiteRecipe
ID mincmlimlnngndejpmiapoeefiicnlbi
URL Chính Thức https://chromewebstore.google.com/detail/siterecipe/mincmlimlnngndejpmiapoeefiicnlbi
Mô tả SiteRecipe.com Technology lookup
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-11-24
Ngày Phát Hành 2021-11-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SiteRecipe.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://siterecipe.com
URL Trang Trợ Giúp https://siterecipe.com/contact_us
URL Trang Chính Sách Bảo Mật https://siterecipe.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}