Open in builtwith

Open in builtwith

Open in builtwith là gì?

Open in builtwith là một tiện ích mở rộng Chrome được phát triển bởi muthali ganesh, và tính năng chính của nó là "Open in builtwith".

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

screenshot

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

Tải xuống các tệp mở rộng Open in builtwith 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

                        Opens the current website in builtwith for getting more information on the different technologies used in the website                    

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

Tên Open in builtwith Open in builtwith
ID kbjfocbialdjlajcbohmjfmbionhcinf
URL Chính Thức https://chromewebstore.google.com/detail/open-in-builtwith/kbjfocbialdjlajcbohmjfmbionhcinf
Mô tả Open in builtwith
Kích Thước Tệp 14.86 KB
Số Lần Cài Đặt 2,691
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-09-04
Ngày Phát Hành 2020-09-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển muthali ganesh
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://aozata.com/aozata-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in builtwith",
    "short_name": "Similarweb",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "builtwith.js"
        ]
    },
    "description": "Open in builtwith",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Open in builtwith"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}